Message.CompanyMainPhone Property

Independentsoft MSG .NET

Message CompanyMainPhone Property MSG .NET Class Library
Contains the company main telephone number for the contact.

Namespace: Independentsoft.Msg
Assembly: 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: OnlineString
The company main phone.
See Also