Declaration

Visual C#:

String LastReadSMSConcatenatedInfo;

Visual C++:

CString LastReadSMSConcatenatedInfo;

Visual Basic:

Dim LastReadSMSConcatenatedInfo As String

Delphi:

property LastReadSMSConcatenatedInfo : String;

Remarks

Last read SMS concatenated information. The first digit is part number of the concatenated message. The second digit is total part number in the concatenated message. The third number is able to identify difference concatenated messages.

For example:

1, 3, 67    First part of concatenated SMS 67.

2, 3, 67    Second part of concatenated SMS 67.

3, 3, 67    Third part of concatenated SMS 67.

1, 1, 1     This SMS is not concatenated SMS.

See Also  ReadAllSMS