GraphKnownFolders
Inheritance: java.lang.Object
public class GraphKnownFolders
Well-known folders
Constructors
Constructor | Description |
---|---|
GraphKnownFolders() |
Fields
Field | Description |
---|---|
Archive | The archive folder messages are sent to when using the One_Click Archive feature in Outlook clients that support it. |
Clutter | The clutter folder low-priority messages are moved to when using the Clutter feature. |
Conflicts | The folder that contains conflicting items in the mailbox. |
ContactFolders | Mail folders root |
ConversationHistory | The folder where Skype saves IM conversations (if Skype is configured to do so). |
DeletedItems | The folder items are moved to when they are deleted. |
Drafts | The folder that contains unsent messages. |
Inbox | The inbox folder. |
Junkemail | The junk email folder. |
LocalFailures | The folder that contains items that exist on the local client but could not be uploaded to the server. |
MailFolders | Mail folders root |
MsgFolderRoot | The “Top of Information Store” folder. |
Outbox | The outbox folder. |
RecoverableItemsDeletions | The folder that contains soft-deleted items: deleted either from the Deleted Items folder, or by pressing shift+delete in Outlook. |
Scheduled | The folder that contains messages that are scheduled to reappear in the inbox using the Schedule feature in Outlook for iOS. |
SearchFolders | The parent folder for all search folders defined in the user’s mailbox. |
SentItems | The sent items folder. |
ServerFailures | The folder that contains items that exist on the server but could not be synchronized to the local client. |
SyncIssues | The folder that contains synchronization logs created by Outlook. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
GraphKnownFolders()
public GraphKnownFolders()
Archive
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.
Clutter
public static final String Clutter
The clutter folder low-priority messages are moved to when using the Clutter feature.
Conflicts
public static final String Conflicts
The folder that contains conflicting items in the mailbox.
ContactFolders
public static final String ContactFolders
Mail folders root
ConversationHistory
public static final String ConversationHistory
The folder where Skype saves IM conversations (if Skype is configured to do so).
DeletedItems
public static final String DeletedItems
The folder items are moved to when they are deleted.
Drafts
public static final String Drafts
The folder that contains unsent messages.
Inbox
public static final String Inbox
The inbox folder.
Junkemail
public static final String Junkemail
The junk email folder.
LocalFailures
public static final String LocalFailures
The folder that contains items that exist on the local client but could not be uploaded to the server.
MailFolders
public static final String MailFolders
Mail folders root
MsgFolderRoot
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.
Outbox
public static final String Outbox
The outbox folder.
RecoverableItemsDeletions
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.
Scheduled
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.
SearchFolders
public static final String SearchFolders
The parent folder for all search folders defined in the user’s mailbox.
SentItems
public static final String SentItems
The sent items folder.
ServerFailures
public static final String ServerFailures
The folder that contains items that exist on the server but could not be synchronized to the local client.
SyncIssues
public static final String SyncIssues
The folder that contains synchronization logs created by Outlook.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |