OlDefaultFolders Enumeration

Specifies the folder type for the current Microsoft Outlook profile.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Public Enumeration OlDefaultFolders
'Usage
Dim instance As OlDefaultFolders
public enum OlDefaultFolders

Members

Member name Description
olFolderDeletedItems The Deleted Items folder.
olFolderOutbox The Outbox folder.
olFolderSentMail The Sent Mail folder.
olFolderInbox The Inbox folder.
olFolderCalendar The Calendar folder.
olFolderContacts The Contacts folder.
olFolderJournal The Journal folder.
olFolderNotes The Notes folder.
olFolderTasks The Tasks folder.
olFolderDrafts The Drafts folder.
olPublicFoldersAllPublicFolders The All Public Folders folder in the Exchange Public Folders store. Only available for an Exchange account.
olFolderConflicts The Conflicts folder (subfolder of Sync Issues folder). Only available for an Exchange account.
olFolderSyncIssues The Sync Issues folder. Only available for an Exchange account.
olFolderLocalFailures The Local Failures folder (subfolder of Sync Issues folder). Only available for an Exchange account.
olFolderServerFailures The Server Failures folder (subfolder of Sync Issues folder). Only available for an Exchange account.
olFolderJunk The Junk E-Mail folder.
olFolderRssFeeds The RSS Feeds folder.
olFolderToDo The To Do folder.
olFolderManagedEmail 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 The Suggested Contacts folder.

Remarks

Used as a parameter to the _NameSpace.GetSharedDefaultFolder, _NameSpace.GetDefaultFolder, and _Folders.Add methods. Also used by the _SharingItem.RequestedFolder property.

See Also

Reference

Microsoft.Office.Interop.Outlook Namespace

Other Resources

How to: Create a Contact Item from a vCard file and Save the Item in a Folder