Message.HomePhone2 Property

Independentsoft MSG .NET

Message HomePhone2 Property MSG .NET Class Library
Contains the second home telephone number for the contact.

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

Syntax

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

value = instance.HomePhone2

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

value = instance.HomePhone2

instance.HomePhone2 = value
/** @property */
public String get_HomePhone2()
/** @property */
public void set_HomePhone2(String value)
/** @property */
public String get_HomePhone2()
/** @property */
public void set_HomePhone2(String value)
function get HomePhone2 () : String 
function set HomePhone2 (value : String)
function get HomePhone2 () : String 
function set HomePhone2 (value : String)
function get_HomePhone2();
function set_HomePhone2(value);
function get_HomePhone2();
function set_HomePhone2(value);

Property Value

Type: OnlineString
The home phone2.
See Also