Message.PrimaryFax Property

Independentsoft MSG .NET

Message PrimaryFax Property MSG .NET Class Library
Contains the primary fax number for the contact.

Namespace: Independentsoft.Msg
Assembly: 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: OnlineString
The primary fax.
See Also