Share via


OrgPersonPresentationObject.OtherFax property

Gets or sets the alternative fax number of the person.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property OtherFax As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As MultiValuedProperty(Of String)

value = instance.OtherFax

instance.OtherFax = value
public MultiValuedProperty<string> OtherFax { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The alternative fax number of the person.

See also

Reference

OrgPersonPresentationObject class

OrgPersonPresentationObject members

Microsoft.Exchange.Data.Directory.Management namespace