ContactItemType.FileAs Property
The FileAs property gets or sets a string value that represents how a contact is filed in the Contacts folder.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property FileAs As String
Get
Set
'Usage
Dim instance As ContactItemType
Dim value As String
value = instance.FileAs
instance.FileAs = value
public string FileAs { get; set; }
Property Value
Type: System.String
The FileAs property returns a string value that represents how a contact is filed in the Contacts folder.
Remarks
The FileAs property is used to sort contacts by a name other than a full name or company name.
See Also