Message.PersonalHomePage Property

Independentsoft MSG .NET

Message PersonalHomePage Property MSG .NET Class Library
Contains the url of the personal Web page for the contact.

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

Syntax

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

value = instance.PersonalHomePage

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

value = instance.PersonalHomePage

instance.PersonalHomePage = value
/** @property */
public String get_PersonalHomePage()
/** @property */
public void set_PersonalHomePage(String value)
/** @property */
public String get_PersonalHomePage()
/** @property */
public void set_PersonalHomePage(String value)
function get PersonalHomePage () : String 
function set PersonalHomePage (value : String)
function get PersonalHomePage () : String 
function set PersonalHomePage (value : String)
function get_PersonalHomePage();
function set_PersonalHomePage(value);
function get_PersonalHomePage();
function set_PersonalHomePage(value);

Property Value

Type: OnlineString
The personal home page.
See Also