Declaration

Visual C#:

int  ReadAllSMS(int  IsFirst);

Visual C++:

long ReadAllSMS(long IsFirst);

Visual Basic:

Private Sub ReadAllSMS(ByVal IsFirst As Integer) As Integer

Delphi:

function SMSRead(IsFirst : Integer) : Integer;

Parameters

IsFirst

    1 :   Read first SMS.

    0 :   Read next SMS.

Return Value

Return 1 if the reading was successful; otherwise return Error Code.

Remarks

Read all SMS entries. If the reading was successful you can get the SMS from LastReadSMS series properties.

See Also SendSMS, SendWAPPush, DeleteSMS, LastReadSMSNumber, LastReadSMSText, LastReadSMSTime, LastReadSMSStatus, LastReadSMSCoding