Sends an SMS WAP message to one or more recipients after a given time for a specified duration.
Namespace: Dynmark.Services.WebServicesAssembly: Dynmark.Services.WebServices (in Dynmark.Services.WebServices.dll) Version: 1.0.0.0 (1.0.1.0)
Syntax
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
- deliverAfter
- Type: System..::..DateTime
Set the date and time after which the delivery of the message should be attempted.
- validUntil
- Type: System..::..DateTime
Set the date and time for which the message should remain valid, i.e. if not fully delivered
do not send any non-delivered messages after the specified date.
Return Value
The unique transaction reference for a message that has been sent
See Also