|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WellKnownFolderName>
microsoft.exchange.webservices.data.WellKnownFolderName
public enum WellKnownFolderName
Defines well known folder names.
Enum Constant Summary | |
---|---|
ArchiveDeletedItems
The Deleted Items folder in the archive mailbox. |
|
ArchiveMsgFolderRoot
The message folder root in the archive mailbox. |
|
ArchiveRecoverableItemsDeletions
The Dumpster 2.0 soft deletions folder in the archive mailbox. |
|
ArchiveRecoverableItemsPurges
The Dumpster 2.0 hard deletions folder in the archive mailbox. |
|
ArchiveRecoverableItemsRoot
The Dumpster 2.0 root folder in the archive mailbox. |
|
ArchiveRecoverableItemsVersions
The Dumpster 2.0 versions folder in the archive mailbox. |
|
ArchiveRoot
The root of the archive mailbox. |
|
Calendar
The Calendar. |
|
Contacts
The Contacts. |
|
DeletedItems
The Deleted items. |
|
Drafts
The Drafts. |
|
Inbox
The Inbox. |
|
Journal
The Journal. |
|
JunkEmail
The Junk email. |
|
MsgFolderRoot
The Msg folder root. |
|
Notes
The Notes. |
|
Outbox
The Outbox. |
|
PublicFoldersRoot
The Public folders root. |
|
RecoverableItemsDeletions
The Dumpster 2.0 soft deletions folder. |
|
RecoverableItemsPurges
The Dumpster 2.0 hard deletions folder. |
|
RecoverableItemsRoot
The Dumpster 2.0 root folder. |
|
RecoverableItemsVersions
The Dumpster 2.0 versions folder. |
|
Root
The Root. |
|
SearchFolders
The Search folders. |
|
SentItems
The Sent items. |
|
Tasks
The Tasks. |
|
VoiceMail
The Voice mail. |
Method Summary | |
---|---|
static WellKnownFolderName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WellKnownFolderName[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WellKnownFolderName Calendar
public static final WellKnownFolderName Contacts
public static final WellKnownFolderName DeletedItems
public static final WellKnownFolderName Drafts
public static final WellKnownFolderName Inbox
public static final WellKnownFolderName Journal
public static final WellKnownFolderName Notes
public static final WellKnownFolderName Outbox
public static final WellKnownFolderName SentItems
public static final WellKnownFolderName Tasks
public static final WellKnownFolderName MsgFolderRoot
public static final WellKnownFolderName PublicFoldersRoot
public static final WellKnownFolderName Root
public static final WellKnownFolderName JunkEmail
public static final WellKnownFolderName SearchFolders
public static final WellKnownFolderName VoiceMail
public static final WellKnownFolderName RecoverableItemsRoot
public static final WellKnownFolderName RecoverableItemsDeletions
public static final WellKnownFolderName RecoverableItemsVersions
public static final WellKnownFolderName RecoverableItemsPurges
public static final WellKnownFolderName ArchiveRoot
public static final WellKnownFolderName ArchiveMsgFolderRoot
public static final WellKnownFolderName ArchiveDeletedItems
public static final WellKnownFolderName ArchiveRecoverableItemsRoot
public static final WellKnownFolderName ArchiveRecoverableItemsDeletions
public static final WellKnownFolderName ArchiveRecoverableItemsVersions
public static final WellKnownFolderName ArchiveRecoverableItemsPurges
Method Detail |
---|
public static WellKnownFolderName[] values()
for (WellKnownFolderName c : WellKnownFolderName.values()) System.out.println(c);
public static WellKnownFolderName 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 name
java.lang.NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |