public final class StandardIpmFolder
extends com.aspose.ms.System.Enum
Represents a standard interpersonal message (IPM) folders.
Modifier and Type | Field and Description |
---|---|
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 |
Inbox
Inbox folder.
|
static int |
Journal
Outlook Journal folder.
|
static int |
JunkEmail
Junk email folder
|
static int |
Notes
Outlook Notes folder.
|
static int |
Outbox
Outbox folder.
|
static int |
SentItems
Sent Items folder.
|
static int |
SyncIssues
Sync issues folder
|
static int |
Tasks
Outlook Tasks folder.
|
static int |
Unspecified
Unspecified value.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Inbox
Inbox folder.
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.
public static final int SyncIssues
Sync issues folder
public static final int JunkEmail
Junk email folder
public static final int Unspecified
Unspecified value.