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