public static enum Folder.Type extends java.lang.Enum<Folder.Type>
| Modifier and Type | Field and Description | 
|---|---|
static Folder.Type[] | 
ADDRESSBOOK_FOLDER  | 
static Folder.Type[] | 
CALENDAR_FOLDER  | 
static Folder.Type[] | 
MAIL_FOLDERS  | 
static Folder.Type[] | 
TODOLIST_FOLDER  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Integer | 
getEASFolderType()  | 
boolean | 
isMailFolder()  | 
boolean | 
isSystem()  | 
static Folder.Type | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Folder.Type[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Folder.Type user_created_folder
public static final Folder.Type default_inbox
public static final Folder.Type default_drafts
public static final Folder.Type default_trash
public static final Folder.Type default_sent
public static final Folder.Type default_outbox
public static final Folder.Type default_todolist
public static final Folder.Type default_calendar
public static final Folder.Type default_addressbook
public static final Folder.Type default_notes
public static final Folder.Type default_journal
public static final Folder.Type user_created_mail
public static final Folder.Type user_created_calendar
public static final Folder.Type user_created_addressbook
public static final Folder.Type user_created_todolist
public static final Folder.Type user_created_journal
public static final Folder.Type user_created_notes
public static final Folder.Type unknown
public static final Folder.Type recipient_information_cache
public static final Folder.Type system
public static final Folder.Type root
public static final Folder.Type other_mailboxes
public static final Folder.Type other_calendars
public static final Folder.Type other_addressbooks
public static final Folder.Type other_todolists
public static final Folder.Type default_mailbox
public static final Folder.Type other_mailbox
public static final Folder.Type[] MAIL_FOLDERS
public static final Folder.Type[] CALENDAR_FOLDER
public static final Folder.Type[] ADDRESSBOOK_FOLDER
public static final Folder.Type[] TODOLIST_FOLDER
public static Folder.Type[] values()
for (Folder.Type c : Folder.Type.values()) System.out.println(c);
public static Folder.Type 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 nullpublic java.lang.Integer getEASFolderType()
public boolean isMailFolder()
public boolean isSystem()
Copyright © 2021. All Rights Reserved.