OlDefaultFolders Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the folder type for the current Microsoft Outlook profile.
public enum class OlDefaultFolders
public enum OlDefaultFolders
Public Enum OlDefaultFolders
- Inheritance
-
OlDefaultFolders
Fields
Name | Value | Description |
---|---|---|
olFolderDeletedItems | 3 | The Deleted Items folder. |
olFolderOutbox | 4 | The Outbox folder. |
olFolderSentMail | 5 | The Sent Mail folder. |
olFolderInbox | 6 | The Inbox folder. |
olFolderCalendar | 9 | The Calendar folder. |
olFolderContacts | 10 | The Contacts folder. |
olFolderJournal | 11 | The Journal folder. |
olFolderNotes | 12 | The Notes folder. |
olFolderTasks | 13 | The Tasks folder. |
olFolderDrafts | 16 | The Drafts folder. |
olPublicFoldersAllPublicFolders | 18 | The All Public Folders folder in the Exchange Public Folders store. Only available for an Exchange account. |
olFolderConflicts | 19 | The Conflicts folder (subfolder of Sync Issues folder). Only available for an Exchange account. |
olFolderSyncIssues | 20 | The Sync Issues folder. Only available for an Exchange account. |
olFolderLocalFailures | 21 | The Local Failures folder (subfolder of Sync Issues folder). Only available for an Exchange account. |
olFolderServerFailures | 22 | The Server Failures folder (subfolder of Sync Issues folder). Only available for an Exchange account. |
olFolderJunk | 23 | The Junk E-Mail folder. |
olFolderRssFeeds | 25 | The RSS Feeds folder. |
olFolderToDo | 28 | The To Do folder. |
olFolderManagedEmail | 29 | The top-level folder in the Managed Folders group. For more information on Managed Folders, see Help in Outlook. Only available for an Exchange account. |
olFolderSuggestedContacts | 30 | The Suggested Contacts folder. |
Remarks
Used as a parameter to the GetSharedDefaultFolder(Recipient, OlDefaultFolders), GetDefaultFolder(OlDefaultFolders), and Add(String, Object) methods. Also used by the RequestedFolder property.