public final class FileAsMapping
extends com.aspose.ms.System.Enum
Specifies how to generate and recompute the value of the dispidFileAs property when other contact name properties change. Coincides MS-OXPROPS revision 16.2 from 7/31/2014
Modifier and Type | Field and Description |
---|---|
static long |
AccordingToLocale
Specifies that, when displaying the contact,
the application should choose the appropriate default values (according to the language locale)
for dispidFileUnderId and update dispidFileUnder to match the choice.
|
static long |
BestMatch
Specifies that, when displaying the contact,
the application should attempt to use the current value of dispidFileUnder and other contact properties
to find a "best match" for dispidFileUnderId to one of the previous values in this table.
|
static long |
DisplayName
DisplayName
|
static long |
Empty
Empty value.
|
static long |
FirstMiddleLastGen
GivenName MiddleName Surname Generation
|
static long |
FirstName
GivenName
|
static long |
LastFirstMiddle
Surname, GivenName MiddleName
|
static long |
LastFirstMiddle2
SurnameGivenName MiddleName
|
static long |
LastFirstMiddle3
Surname GivenName MiddleName
|
static long |
LastFirstMiddleGen
Surname GivenName MiddleName Generation
|
static long |
LastFirstMiddleGen2
SurnameGivenName MiddleName Generation
|
static long |
LastFirstMiddleOrg
Surname, GivenName MiddleName\r\nCompanyName
|
static long |
LastFirstMiddleOrg2
SurnameGivenName MiddleName\r\nCompanyName
|
static long |
LastFirstMiddleOrg3
Surname GivenName PidTagMiddleName\r\nCompanyName
|
static long |
LastName
Surname
|
static long |
None
Specifies that, FileUnder is a user-provided, and should not be changed when another contact name property changes.
|
static long |
Organization
CompanyName
|
static long |
OrgLastFirstMiddle
CompanyName\r\nSurname, GivenName MiddleName
|
static long |
OrgLastFirstMiddle2
CompanyName\r\nSurnameGivenName MiddleName
|
static long |
OrgLastFirstMiddle3
CompanyName\r\nSurname GivenName MiddleName
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final long Empty
Empty value.
public static final long DisplayName
DisplayName
public static final long FirstName
GivenName
public static final long LastName
Surname
public static final long Organization
CompanyName
public static final long FirstMiddleLastGen
GivenName MiddleName Surname Generation
public static final long LastFirstMiddle
Surname, GivenName MiddleName
public static final long LastFirstMiddle2
SurnameGivenName MiddleName
public static final long LastFirstMiddle3
Surname GivenName MiddleName
public static final long OrgLastFirstMiddle
CompanyName\r\nSurname, GivenName MiddleName
public static final long OrgLastFirstMiddle2
CompanyName\r\nSurnameGivenName MiddleName
public static final long OrgLastFirstMiddle3
CompanyName\r\nSurname GivenName MiddleName
public static final long LastFirstMiddleOrg
Surname, GivenName MiddleName\r\nCompanyName
public static final long LastFirstMiddleOrg2
SurnameGivenName MiddleName\r\nCompanyName
public static final long LastFirstMiddleOrg3
Surname GivenName PidTagMiddleName\r\nCompanyName
public static final long LastFirstMiddleGen
Surname GivenName MiddleName Generation
public static final long LastFirstMiddleGen2
SurnameGivenName MiddleName Generation
public static final long BestMatch
Specifies that, when displaying the contact, the application should attempt to use the current value of dispidFileUnder and other contact properties to find a "best match" for dispidFileUnderId to one of the previous values in this table.
public static final long AccordingToLocale
Specifies that, when displaying the contact, the application should choose the appropriate default values (according to the language locale) for dispidFileUnderId and update dispidFileUnder to match the choice.
public static final long None
Specifies that, FileUnder is a user-provided, and should not be changed when another contact name property changes. I.e. value of FileUnder is not constructed from other properties.