|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.StandardIpmFolder
public final class StandardIpmFolder
Represents a standard interpersonal message (IPM) folders.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Appointments
Outlook Calendar folder. |
static int |
Contacts
Outlook Contacts folder. |
static int |
DeletedItems
Deleted Items folder. |
static int |
Drafts
Outlook Drafts folder. |
static int |
Journal
Outlook Journal folder. |
static int |
Notes
Outlook Notes folder. |
static int |
Outbox
Outbox folder. |
static int |
SentItems
Sent Items folder. |
static int |
Tasks
Outlook Tasks folder. |
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DeletedItems
Deleted Items folder. A client application move deleted messages to the Deleted Items folder.
public static final int Outbox
Outbox folder. Outbound messages are usually created in the Outbox folder.
public static final int SentItems
Sent Items folder. After being sent, messages are usually placed in the Sent Items folder.
public static final int Appointments
Outlook Calendar folder.
public static final int Contacts
Outlook Contacts folder.
public static final int Drafts
Outlook Drafts folder.
public static final int Journal
Outlook Journal folder.
public static final int Notes
Outlook Notes folder.
public static final int Tasks
Outlook Tasks folder.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |