Phone NumberToCallPending Property RemotePhoneCallService API Reference
The current pending number to be called. This number is queued by an invocation of the Call(String)-method while the phone is not connected. If the phone will be connected within some seconds, this number will be dialed. Otherwise the number will be reset.

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

public string NumberToCallPending { get; }
See Also