public enum O365ExchangeItemFormat extends Enum<O365ExchangeItemFormat>
| Enum Constant and Description | 
|---|
| MSGThe exchange item file download representing MSG format | 
| PSTThe 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 © 2020 iland Internet Solutions, Corp. All rights reserved.