Send a SMS message with the given text to the given numbers.
Namespace: JustRemotePhone.RemotePhoneServiceAssembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax
Parameters
- numbers
- Type: System String
The SMS recepients.
- text
- Type: System String
The SMS text.
- sendSMSRequestId
- Type: System Guid
An unique id witch could be uesed to map SMS sent results.(see SMSSendResult)
See Also