The Encoding property gets or sets the type of character encoding to be used for sending text messages. The character encoding can be set to one of the following types:
7-Bit Default GSM Character Encoding (Maximum 160 characters per message)
8-Bit ANSI Character Encoding (Maximum 140 characters per message)
16-Bit Unicode Character Encoding (Maximum 70 characters per message)
The Encoding property value is of type
mCore.Encoding
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Visual Basic |
Public Class MyClass
Catch ex As mCore.GeneralException |
| C# |
class MyClass SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.SMS.LongMessage Property
mCore.SMS.SendSMS Method