public class GraphKnownFolders extends Object
Well-known folders
Modifier and Type | Field and Description |
---|---|
static String |
Archive
The archive folder messages are sent to when using the One_Click Archive feature in Outlook clients that support it.
|
static String |
Clutter
The clutter folder low-priority messages are moved to when using the Clutter feature.
|
static String |
Conflicts
The folder that contains conflicting items in the mailbox.
|
static String |
ContactFolders
Mail folders root
|
static String |
ConversationHistory
The folder where Skype saves IM conversations (if Skype is configured to do so).
|
static String |
DeletedItems
The folder items are moved to when they are deleted.
|
static String |
Drafts
The folder that contains unsent messages.
|
static String |
Inbox
The inbox folder.
|
static String |
Junkemail
The junk email folder.
|
static String |
LocalFailures
The folder that contains items that exist on the local client but could not be uploaded to the server.
|
static String |
MailFolders
Mail folders root
|
static String |
MsgFolderRoot
The "Top of Information Store" folder.
|
static String |
Outbox
The outbox folder.
|
static String |
RecoverableItemsDeletions
The folder that contains soft-deleted items: deleted either from the Deleted Items folder, or by pressing shift+delete in Outlook.
|
static String |
Scheduled
The folder that contains messages that are scheduled to reappear in the inbox using the Schedule feature in Outlook for iOS.
|
static String |
SearchFolders
The parent folder for all search folders defined in the user's mailbox.
|
static String |
SentItems
The sent items folder.
|
static String |
ServerFailures
The folder that contains items that exist on the server but could not be synchronized to the local client.
|
static String |
SyncIssues
The folder that contains synchronization logs created by Outlook.
|
Constructor and Description |
---|
GraphKnownFolders() |
public static final String ContactFolders
Mail folders root
public static final String MailFolders
Mail folders root
public static final String Archive
The archive folder messages are sent to when using the One_Click Archive feature in Outlook clients that support it. Note: this is not the same as the Archive Mailbox feature of Exchange online.
public static final String Clutter
The clutter folder low-priority messages are moved to when using the Clutter feature.
public static final String Conflicts
The folder that contains conflicting items in the mailbox.
public static final String ConversationHistory
The folder where Skype saves IM conversations (if Skype is configured to do so).
public static final String DeletedItems
The folder items are moved to when they are deleted.
public static final String Drafts
The folder that contains unsent messages.
public static final String Inbox
The inbox folder.
public static final String Junkemail
The junk email folder.
public static final String LocalFailures
The folder that contains items that exist on the local client but could not be uploaded to the server.
public static final String MsgFolderRoot
The "Top of Information Store" folder. This folder is the parent folder for folders that are displayed in normal mail clients, such as the inbox.
public static final String Outbox
The outbox folder.
public static final String RecoverableItemsDeletions
The folder that contains soft-deleted items: deleted either from the Deleted Items folder, or by pressing shift+delete in Outlook. This folder is not visible in any Outlook email client, but end users can interact with it through the Recover Deleted Items from Server feature in Outlook or Outlook on the web.
public static final String Scheduled
The folder that contains messages that are scheduled to reappear in the inbox using the Schedule feature in Outlook for iOS.
public static final String SearchFolders
The parent folder for all search folders defined in the user's mailbox.
public static final String SentItems
The sent items folder.
public static final String ServerFailures
The folder that contains items that exist on the server but could not be synchronized to the local client.
public static final String SyncIssues
The folder that contains synchronization logs created by Outlook.