Documentation

FileAsMappingType extends Enumeration
in package

Defines how to construct what is displayed for a contact.

Table of Contents

Constants

COMPANY  = 'Company'
File as mapping for "company".
COMPANY_LAST_COMMA_FIRST  = 'CompanyLastCommaFirst'
File as mapping for "last name, first name".
COMPANY_LAST_FIRST  = 'CompanyLastFirst'
File as mapping for "company last name first name".
COMPANY_LAST_SPACE_FIRST  = 'CompanyLastSpaceFirst'
File as mapping for "company last name first name".
DISPLAY_NAME  = 'DisplayName'
File as mapping for "display name".
EMPTY_MAPPING  = 'Empty'
File as mapping to use when no mapping is defined.
FIRST_NAME  = 'FirstName'
File as mapping for "first name".
FIRST_SPACE_LAST  = 'FirstSpaceLast'
File as mapping for "first name last name".
LAST_COMMA_FIRST  = 'LastCommaFirst'
File as mapping for "last name, first name".
LAST_COMMA_FIRST_COMPANY  = 'LastCommaFirstCompany'
File as mapping for "last name, first name company".
LAST_FIRST  = 'LastFirst'
File as mapping for "last name first name".
LAST_FIRST_COMPANY  = 'LastFirstCompany'
File as mapping for "last name first name company".
LAST_FIRST_MIDDLE_SUFFIX  = 'LastFirstMiddleSuffix'
File as mapping for "last name first name middle name suffix".
LAST_FIRST_SUFFIX  = 'LastFirstSuffix'
File as mapping for "last name first name suffix".
LAST_NAME  = 'LastName'
File as mapping for "last name".
LAST_SPACE_FIRST  = 'LastSpaceFirst'
File as mapping for "last name first name".
LAST_SPACE_FIRST_COMPANY  = 'LastSpaceFirstCompany'
File as mapping for "last name first name company".
NONE  = 'None'
File as mapping to use when no mapping is desired.

Properties

$_  : string
Element value.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

COMPANY

File as mapping for "company".

public string COMPANY = 'Company'
Tags
since

Exchange 2007

COMPANY_LAST_COMMA_FIRST

File as mapping for "last name, first name".

public string COMPANY_LAST_COMMA_FIRST = 'CompanyLastCommaFirst'
Tags
since

Exchange 2007

COMPANY_LAST_FIRST

File as mapping for "company last name first name".

public string COMPANY_LAST_FIRST = 'CompanyLastFirst'
Tags
since

Exchange 2007

COMPANY_LAST_SPACE_FIRST

File as mapping for "company last name first name".

public string COMPANY_LAST_SPACE_FIRST = 'CompanyLastSpaceFirst'
Tags
since

Exchange 2007

DISPLAY_NAME

File as mapping for "display name".

public string DISPLAY_NAME = 'DisplayName'
Tags
since

Exchange 2010

EMPTY_MAPPING

File as mapping to use when no mapping is defined.

public string EMPTY_MAPPING = 'Empty'
Tags
since

Exchange 2010

FIRST_NAME

File as mapping for "first name".

public string FIRST_NAME = 'FirstName'
Tags
since

Exchange 2010

FIRST_SPACE_LAST

File as mapping for "first name last name".

public string FIRST_SPACE_LAST = 'FirstSpaceLast'
Tags
since

Exchange 2007

LAST_COMMA_FIRST

File as mapping for "last name, first name".

public string LAST_COMMA_FIRST = 'LastCommaFirst'
Tags
since

Exchange 2007

LAST_COMMA_FIRST_COMPANY

File as mapping for "last name, first name company".

public string LAST_COMMA_FIRST_COMPANY = 'LastCommaFirstCompany'
Tags
since

Exchange 2007

LAST_FIRST

File as mapping for "last name first name".

public string LAST_FIRST = 'LastFirst'
Tags
since

Exchange 2007

LAST_FIRST_COMPANY

File as mapping for "last name first name company".

public string LAST_FIRST_COMPANY = 'LastFirstCompany'
Tags
since

Exchange 2007

LAST_FIRST_MIDDLE_SUFFIX

File as mapping for "last name first name middle name suffix".

public string LAST_FIRST_MIDDLE_SUFFIX = 'LastFirstMiddleSuffix'
Tags
since

Exchange 2010

LAST_FIRST_SUFFIX

File as mapping for "last name first name suffix".

public string LAST_FIRST_SUFFIX = 'LastFirstSuffix'
Tags
since

Exchange 2007

LAST_NAME

File as mapping for "last name".

public string LAST_NAME = 'LastName'
Tags
since

Exchange 2010

LAST_SPACE_FIRST

File as mapping for "last name first name".

public string LAST_SPACE_FIRST = 'LastSpaceFirst'
Tags
since

Exchange 2007

LAST_SPACE_FIRST_COMPANY

File as mapping for "last name first name company".

public string LAST_SPACE_FIRST_COMPANY = 'LastSpaceFirstCompany'
Tags
since

Exchange 2007

NONE

File as mapping to use when no mapping is desired.

public string NONE = 'None'
Tags
since

Exchange 2007

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results