Phone SendSMS Method RemotePhoneCallService API Reference
Send a SMS message with the given text to the given numbers.

Namespace: JustRemotePhone.RemotePhoneService
Assembly: RemotePhoneService (in RemotePhoneService.dll) Version: 5.6.0.1
Syntax

public void SendSMS(
	string[] numbers,
	string text,
	out Guid sendSMSRequestId
)

Parameters

numbers
Type:  OnlineSystem String 
The SMS recepients.
text
Type: OnlineSystem String
The SMS text.
sendSMSRequestId
Type: OnlineSystem Guid 
An unique id witch could be uesed to map SMS sent results.(see SMSSendResult)
See Also