public enum O365ExchangeItemFormat extends Enum<O365ExchangeItemFormat>
| Enum Constant and Description |
|---|
MSG
The exchange item file download representing MSG format
|
PST
The exchange item file download representing PST format
|
| Modifier and Type | Method and Description |
|---|---|
static O365ExchangeItemFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static O365ExchangeItemFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final O365ExchangeItemFormat MSG
public static final O365ExchangeItemFormat PST
public static O365ExchangeItemFormat[] values()
for (O365ExchangeItemFormat c : O365ExchangeItemFormat.values()) System.out.println(c);
public static O365ExchangeItemFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.