Sends an SMS WAP message to one or more recipients.

Namespace: Dynmark.Services.WebServices
Assembly: Dynmark.Services.WebServices (in Dynmark.Services.WebServices.dll) Version: 1.0.0.0 (1.0.1.0)

Syntax

C#
public int SendMessagesWap(
	string name,
	string password,
	string originator,
	string text,
	string[] recipients,
	string wapUrl
)
Visual Basic
Public Function SendMessagesWap ( _
	name As String, _
	password As String, _
	originator As String, _
	text As String, _
	recipients As String(), _
	wapUrl As String _
) As Integer
Visual C++
public:
int SendMessagesWap(
	String^ name, 
	String^ password, 
	String^ originator, 
	String^ text, 
	array<String^>^ recipients, 
	String^ wapUrl
)

Parameters

name
Type: System..::..String
User name
password
Type: System..::..String
password
originator
Type: System..::..String
A string containing the originator value. This can be either: Numeric: between 7-15 characters, permited characters 0-9. or Alphanumeric: between 3-11 characters 0-9, a-z, A-Z, hypen, underscore, fullstop, ampersand, hash, exclamation mark and space. e.g. MAYFLOWER or +447740101097. If no originator is set this will automatically assign a default inbound telephone number so that the recipient may reply to the message.
text
Type: System..::..String
Message text
recipients
Type: array<System..::..String>[]()[][]
The mobile numbers to send the message to
wapUrl
Type: System..::..String
WAP url of the message

Return Value

The unique transaction reference for a message that has been sent

See Also