Message CallbackPhone Property | MSG .NET Class Library |
Contains the callback telephone number for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string CallbackPhone { get; set; }
public string CallbackPhone { get; set; }
Public Property CallbackPhone As String Get Set
Public Property CallbackPhone As String Get Set
Dim instance As Message Dim value As String value = instance.CallbackPhone instance.CallbackPhone = value
Dim instance As Message Dim value As String value = instance.CallbackPhone instance.CallbackPhone = value
/** @property */ public String get_CallbackPhone() /** @property */ public void set_CallbackPhone(String value)
/** @property */ public String get_CallbackPhone() /** @property */ public void set_CallbackPhone(String value)
function get CallbackPhone () : String function set CallbackPhone (value : String)
function get CallbackPhone () : String function set CallbackPhone (value : String)
function get_CallbackPhone(); function set_CallbackPhone(value);
function get_CallbackPhone(); function set_CallbackPhone(value);
Property Value
Type:
The callback phone.
See Also