FileAsMapping enum

Defines the way the FileAs property of a contact is automatically formatted.
Inheritance

Constructors

FileAsMapping()
const

Values

None → const FileAsMapping
No automatic formatting is used.
SurnameCommaGivenName → const FileAsMapping
Surname, GivenName [EwsEnum("LastCommaFirst")]
GivenNameSpaceSurname → const FileAsMapping
GivenName Surname [EwsEnum("FirstSpaceLast")]
Company → const FileAsMapping
Company
SurnameCommaGivenNameCompany → const FileAsMapping
Surname, GivenName (Company) [EwsEnum("LastCommaFirstCompany")]
CompanySurnameGivenName → const FileAsMapping
Company (SurnameGivenName) [EwsEnum("CompanyLastFirst")]
SurnameGivenName → const FileAsMapping
SurnameGivenName [EwsEnum("LastFirst")]
SurnameGivenNameCompany → const FileAsMapping
SurnameGivenName (Company) [EwsEnum("LastFirstCompany")]
CompanySurnameCommaGivenName → const FileAsMapping
Company (Surname, GivenName) [EwsEnum("CompanyLastCommaFirst")]
SurnameGivenNameSuffix → const FileAsMapping
SurnameGivenName Suffix [EwsEnum("LastFirstSuffix")]
SurnameSpaceGivenNameCompany → const FileAsMapping
Surname GivenName (Company) [EwsEnum("LastSpaceFirstCompany")]
CompanySurnameSpaceGivenName → const FileAsMapping
Company (Surname GivenName) [EwsEnum("CompanyLastSpaceFirst")]
SurnameSpaceGivenName → const FileAsMapping
Surname GivenName [EwsEnum("LastSpaceFirst")]
DisplayName → const FileAsMapping
Display Name (Exchange 2010 or later). [RequiredServerVersion(ExchangeVersion.Exchange2010)]
GivenName → const FileAsMapping
GivenName (Exchange 2010 or later). [RequiredServerVersion(ExchangeVersion.Exchange2010)] [EwsEnum("FirstName")]
SurnameGivenNameMiddleSuffix → const FileAsMapping
Surname GivenName Middle Suffix (Exchange 2010 or later). [RequiredServerVersion(ExchangeVersion.Exchange2010)] [EwsEnum("LastFirstMiddleSuffix")]
Surname → const FileAsMapping
Surname (Exchange 2010 or later). [RequiredServerVersion(ExchangeVersion.Exchange2010)] [EwsEnum("LastName")]
Empty → const FileAsMapping
Empty (Exchange 2010 or later). [RequiredServerVersion(ExchangeVersion.Exchange2010)]

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FileAsMapping>
A constant List of the values in this enum, in order of their declaration.