MessageRecipient Property |
The recepient of the message set by the sender.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public string Recipient { get; protected set; }
Public Property Recipient As String
Get
Protected Set
public:
property String^ Recipient {
String^ get ();
protected: void set (String^ value);
}
member Recipient : string with get, set
Property Value
Type:
StringSee Also