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