public static enum DistinguishedFolderId.Name extends Enum<DistinguishedFolderId.Name>
Enum Constant and Description |
---|
archivemsgfolderroot |
calendar |
contacts |
deleteditems |
drafts |
inbox |
journal |
junkemail |
msgfolderroot |
notes |
outbox |
publicfoldersroot |
root |
searchfolders |
sentitems |
tasks |
voicemail |
Modifier and Type | Method and Description |
---|---|
static DistinguishedFolderId.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DistinguishedFolderId.Name[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DistinguishedFolderId.Name calendar
public static final DistinguishedFolderId.Name contacts
public static final DistinguishedFolderId.Name deleteditems
public static final DistinguishedFolderId.Name drafts
public static final DistinguishedFolderId.Name inbox
public static final DistinguishedFolderId.Name journal
public static final DistinguishedFolderId.Name notes
public static final DistinguishedFolderId.Name outbox
public static final DistinguishedFolderId.Name sentitems
public static final DistinguishedFolderId.Name tasks
public static final DistinguishedFolderId.Name msgfolderroot
public static final DistinguishedFolderId.Name publicfoldersroot
public static final DistinguishedFolderId.Name root
public static final DistinguishedFolderId.Name junkemail
public static final DistinguishedFolderId.Name searchfolders
public static final DistinguishedFolderId.Name voicemail
public static final DistinguishedFolderId.Name archivemsgfolderroot
public static DistinguishedFolderId.Name[] values()
for (DistinguishedFolderId.Name c : DistinguishedFolderId.Name.values()) System.out.println(c);
public static DistinguishedFolderId.Name 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 © 2001–2024 MickaĆ«l Guessant. All rights reserved.