KnownFolders Class

Well-known folders
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GraphKnownFolders

Namespace:  Aspose.Email.Clients.Graph
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class KnownFolders

The KnownFolders type exposes the following members.

Constructors
  NameDescription
Public methodKnownFolders
Initializes a new instance of the KnownFolders class
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Public fieldStatic memberArchive
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 fieldStatic memberClutter
The clutter folder low-priority messages are moved to when using the Clutter feature.
Public fieldStatic memberConflicts
The folder that contains conflicting items in the mailbox.
Public fieldStatic memberContactFolders
Mail folders root
Public fieldStatic memberConversationHistory
The folder where Skype saves IM conversations (if Skype is configured to do so).
Public fieldStatic memberDeletedItems
The folder items are moved to when they are deleted.
Public fieldStatic memberDrafts
The folder that contains unsent messages.
Public fieldStatic memberInbox
The inbox folder.
Public fieldStatic memberJunkemail
The junk email folder.
Public fieldStatic memberLocalFailures
The folder that contains items that exist on the local client but could not be uploaded to the server.
Public fieldStatic memberMailFolders
Mail folders root
Public fieldStatic memberMsgFolderRoot
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 fieldStatic memberOutbox
The outbox folder.
Public fieldStatic memberRecoverableItemsDeletions
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 fieldStatic memberScheduled
The folder that contains messages that are scheduled to reappear in the inbox using the Schedule feature in Outlook for iOS.
Public fieldStatic memberSearchFolders
The parent folder for all search folders defined in the user's mailbox.
Public fieldStatic memberSentItems
The sent items folder.
Public fieldStatic memberServerFailures
The folder that contains items that exist on the server but could not be synchronized to the local client.
Public fieldStatic memberSyncIssues
The folder that contains synchronization logs created by Outlook.
See Also