Message.BusinessHomePage Property

Independentsoft MSG .NET

Message BusinessHomePage Property MSG .NET Class Library
Contains the url of the business Web page for the contact.

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

Syntax

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

value = instance.BusinessHomePage

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

value = instance.BusinessHomePage

instance.BusinessHomePage = value
/** @property */
public String get_BusinessHomePage()
/** @property */
public void set_BusinessHomePage(String value)
/** @property */
public String get_BusinessHomePage()
/** @property */
public void set_BusinessHomePage(String value)
function get BusinessHomePage () : String 
function set BusinessHomePage (value : String)
function get BusinessHomePage () : String 
function set BusinessHomePage (value : String)
function get_BusinessHomePage();
function set_BusinessHomePage(value);
function get_BusinessHomePage();
function set_BusinessHomePage(value);

Property Value

Type: OnlineString
The business home page.
See Also