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