Message HomePhone Property | MSG .NET Class Library |
Contains the first home telephone number for the contact.
Namespace: Independentsoft.MsgAssembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868
Syntax
public string HomePhone { get; set; }
public string HomePhone { get; set; }
Public Property HomePhone As String Get Set
Public Property HomePhone As String Get Set
Dim instance As Message Dim value As String value = instance.HomePhone instance.HomePhone = value
Dim instance As Message Dim value As String value = instance.HomePhone instance.HomePhone = value
/** @property */ public String get_HomePhone() /** @property */ public void set_HomePhone(String value)
/** @property */ public String get_HomePhone() /** @property */ public void set_HomePhone(String value)
function get HomePhone () : String function set HomePhone (value : String)
function get HomePhone () : String function set HomePhone (value : String)
function get_HomePhone(); function set_HomePhone(value);
function get_HomePhone(); function set_HomePhone(value);
Property Value
Type:
The home phone.
See Also