Phone NumbersForCreateSMSPending Property RemotePhoneCallService API Reference
The current pending numbers for creating a new SMS. This numbers are queued by an invocation of the CreateSMS( String )-method while the phone is not connected. If the phone is connected within some seconds, these numbers will be used for creating a new SMS. Otherwise the numbers will be reset.

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

public string[] NumbersForCreateSMSPending { get; }
See Also