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