The LongMessage enumeration specifies the
LongMessage property value which
defines how a message is to be treated if it exceeds the maximum permissible
length for a given type of Encoding.
Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)
| Member Name | Description |
| Truncate | Truncates long messages to fit in one single SMS |
| SimpleSplit | Splits long messages in to multiple SMS so that each one has a length within the maximum allowed length per SMS |
| FormattedSplit | Splits long messages in to multiple SMS with pagination so that each one has a length within the maximum allowed length per SMS |
| Concatenate | Sends long messages as a concatenated multiple messages which display as one single message on recipient's mobile device |
mCore.GeneralException
| Visual Basic |
Public Class MyClass Dim strMsg As String
Catch ex As mCore.GeneralException |
| C# |
class MyClass SetCommParameters(); catch
(mCore.GeneralException e) catch
(mCore.GeneralException e) |
mCore.SMS.LongMessage
Property
mCore.SMS.Encoding Property