Phone CreateSMS Method RemotePhoneCallService API Reference
Starts the creation of a new SMS for the given numbers. In the case this service is not connected to the CallCenter-application (State is unequal to Connected) or the phone is not connected to CallCenter (State equals Unknown) the given numbers are queued for some seconds to be used for the SMS creation immediately after a connection to the phone has been established. The queued numbers can be watched via the property NumbersForCreateSMSPending.

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

public void CreateSMS(
	string[] numbers
)

Parameters

numbers
Type:  OnlineSystem String 
The numbers for the new SMS.
See Also