public enum ElcFolderType extends java.lang.Enum<ElcFolderType>
| Enum Constant and Description |
|---|
ALL |
CALENDAR |
CONTACTS |
CONVERSATION_HISTORY |
DELETED_ITEMS |
DRAFTS |
INBOX |
JOURNAL |
JUNK_EMAIL |
MANAGED_CUSTOM_FOLDER |
NON_IPM_ROOT |
NOTES |
OUTBOX |
PERSONAL |
RECOVERABLE_ITEMS |
RSS_SUBSCRIPTIONS |
SENT_ITEMS |
SYNC_ISSUES |
TASKS |
| Modifier and Type | Method and Description |
|---|---|
static ElcFolderType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ElcFolderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElcFolderType CALENDAR
public static final ElcFolderType CONTACTS
public static final ElcFolderType DELETED_ITEMS
public static final ElcFolderType DRAFTS
public static final ElcFolderType INBOX
public static final ElcFolderType JUNK_EMAIL
public static final ElcFolderType JOURNAL
public static final ElcFolderType NOTES
public static final ElcFolderType OUTBOX
public static final ElcFolderType SENT_ITEMS
public static final ElcFolderType TASKS
public static final ElcFolderType ALL
public static final ElcFolderType MANAGED_CUSTOM_FOLDER
public static final ElcFolderType RSS_SUBSCRIPTIONS
public static final ElcFolderType SYNC_ISSUES
public static final ElcFolderType CONVERSATION_HISTORY
public static final ElcFolderType PERSONAL
public static final ElcFolderType RECOVERABLE_ITEMS
public static final ElcFolderType NON_IPM_ROOT
public static ElcFolderType[] values()
for (ElcFolderType c : ElcFolderType.values()) System.out.println(c);
public static ElcFolderType 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