| Enum Constant and Description |
|---|
ENTRY_ID
Describes MAPI identifiers, as in the PR_ENTRYID property.
|
EWS_ID
Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.
|
EWS_LEGACY_ID
Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007.
|
HEX_ENTRY_ID
Describes a hexadecimal-encoded representation of the PR_ENTRYID property.
|
OWA_ID
Describes Exchange store identifiers.
|
STORE_ID
Describes Exchange store identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
static IdFormat |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IdFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdFormat EWS_LEGACY_ID
public static final IdFormat EWS_ID
public static final IdFormat ENTRY_ID
public static final IdFormat HEX_ENTRY_ID
public static final IdFormat STORE_ID
public static final IdFormat OWA_ID
public static IdFormat[] values()
for (IdFormat c : IdFormat.values()) System.out.println(c);
public static IdFormat valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null