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