Declaration
Visual C#:
int IsConcatenatedSMS;
Visual C++:
long IsConcatenatedSMS;
Visual Basic:
Dim IsConcatenatedSMS As Integer
Delphi:
property IsConcatenatedSMS : Integer;
Remarks
When sending text messages, if the length of the source message exceeds 160 characters (70 characters in Unicode mode), this control will automatically segment it into several sub-messages. When this property is set to 0, these sub-messages are independent messages. And it is set to 1, these sub-messages are automatically incorporated into one message. However when the encoding type is concatenated message, receiver mobile phones have to support this feature, otherwise messages cannot be displayed correctly.
See Also IsFlashSMS