Class KnownFolders

KnownFolders class

Well-known folders

public class KnownFolders

Constructors

NameDescription
KnownFolders()The default constructor.

Fields

NameDescription
static readonly ArchiveThe 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.
static readonly ClutterThe clutter folder low-priority messages are moved to when using the Clutter feature.
static readonly ConflictsThe folder that contains conflicting items in the mailbox.
static readonly ContactFoldersMail folders root
static readonly ConversationHistoryThe folder where Skype saves IM conversations (if Skype is configured to do so).
static readonly DeletedItemsThe folder items are moved to when they are deleted.
static readonly DraftsThe folder that contains unsent messages.
static readonly InboxThe inbox folder.
static readonly JunkemailThe junk email folder.
static readonly LocalFailuresThe folder that contains items that exist on the local client but could not be uploaded to the server.
static readonly MailFoldersMail folders root
static readonly MsgFolderRootThe “Top of Information Store” folder. This folder is the parent folder for folders that are displayed in normal mail clients, such as the inbox.
static readonly OutboxThe outbox folder.
static readonly RecoverableItemsDeletionsThe 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.
static readonly ScheduledThe folder that contains messages that are scheduled to reappear in the inbox using the Schedule feature in Outlook for iOS.
static readonly SearchFoldersThe parent folder for all search folders defined in the user’s mailbox.
static readonly SentItemsThe sent items folder.
static readonly ServerFailuresThe folder that contains items that exist on the server but could not be synchronized to the local client.
static readonly SyncIssuesThe folder that contains synchronization logs created by Outlook.

See Also