C# Class SmsSendApi.SMSSender

Utility class for SMS sendind using movistar web service
Datei anzeigen Open project: ForjaOMF/OMF-WinMobileSDK

Public Methods

Method Description
GetLastError ( ) : string

SMSSender ( ) : System

Create a new instance

SendMessage ( string login, string pwd, string dest, string msg ) : string

Sends the SMS

Method Details

GetLastError() public method

public GetLastError ( ) : string
return string

SMSSender() public method

Create a new instance
public SMSSender ( ) : System
return System

SendMessage() public method

Sends the SMS
public SendMessage ( string login, string pwd, string dest, string msg ) : string
login string User login
pwd string User Password
dest string Destination Phone number
msg string Text message (max 160 characters)
return string