Declaration

Visual C#:

int SendWAPPush(string Number, string Text, string URL);

Visual C++:

long SendWAPPush(CString Number, CString Text, CString URL);

Visual Basic:

Private Sub SendWAPPush(ByVal NumberAs String, ByVal Text As String, ByVal URL As String) As Integer

Delphi:

function SendWAPPush(Number: String; Text : String; URL : String) : Integer;

Parameters

Number

    Recipient's phone number.

Text

    Text to be sent.

URL

    WAP push URL to be sent.

Return Value

Return 1 if the operation was successful; otherwise return Error Code. The devlivery sequence number will be returned by SMSDelivered event. This sequence number matches with that in the NewDeliveryReport event. Therefore through this sequence number the message delivery report can well match with the sent messages. 

Remarks

Send WAP push messages.

See Also SendSMS, ReadAllSMS, DeleteSMS