Message.CompanyName Property

Independentsoft MSG .NET

Message CompanyName Property MSG .NET Class Library
Contains the company name for the contact.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public string CompanyName { get; set; }
public string CompanyName { get; set; }
Public Property CompanyName As String 
	Get 
	Set
Public Property CompanyName As String 
	Get 
	Set
Dim instance As Message 
Dim value As String 

value = instance.CompanyName

instance.CompanyName = value
Dim instance As Message 
Dim value As String 

value = instance.CompanyName

instance.CompanyName = value
/** @property */
public String get_CompanyName()
/** @property */
public void set_CompanyName(String value)
/** @property */
public String get_CompanyName()
/** @property */
public void set_CompanyName(String value)
function get CompanyName () : String 
function set CompanyName (value : String)
function get CompanyName () : String 
function set CompanyName (value : String)
function get_CompanyName();
function set_CompanyName(value);
function get_CompanyName();
function set_CompanyName(value);

Property Value

Type: OnlineString
The name of the company.
See Also