Folder Object Members

Outlook Developer Reference

Represents an Outlook folder.

Methods

  Name Description
Bb176671.methods(en-us,office.12).gif AddToPFFavorites Adds a Microsoft Exchange public folder to the public folder's Favorites folder.
Bb176671.methods(en-us,office.12).gif CopyTo Copies the current folder in its entirety to the destination folder.
Bb176671.methods(en-us,office.12).gif Delete Deletes an object from the collection.
Bb176671.methods(en-us,office.12).gif Display Displays a new Explorer object for the folder.
Bb176671.methods(en-us,office.12).gif GetCalendarExporter Creates a CalendarSharing object for the specified Folder.
Bb176671.methods(en-us,office.12).gif GetExplorer Returns an Explorer object that represents a new, inactive Explorer object initialized with the specified folder as the current folder.
Bb176671.methods(en-us,office.12).gif GetStorage Gets a StorageItem object on the parent Folder to store data for an Outlook solution.
Bb176671.methods(en-us,office.12).gif GetTable Obtains a Table object that contains items filtered by Filter.
Bb176671.methods(en-us,office.12).gif MoveTo Moves a folder to the specified destination folder.

Properties

  Name Description
Bb176671.properties(en-us,office.12).gif AddressBookName Returns or sets a String that indicates the Address Book name for the Folder object representing a Contacts folder. Read/write.
Bb176671.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176671.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176671.properties(en-us,office.12).gif CurrentView Returns a View object representing the current view. Read-only.
Bb176671.properties(en-us,office.12).gif CustomViewsOnly Returns or sets a Boolean that determines which views are displayed on the View menu for a given folder. Read/write.
Bb176671.properties(en-us,office.12).gif DefaultItemType Returns a constant from the OlItemType enumeration indicating the default Outlook item type contained in the folder. Read-only.
Bb176671.properties(en-us,office.12).gif DefaultMessageClass Returns a String representing the default message class for items in the folder. Read-only.
Bb176671.properties(en-us,office.12).gif Description Returns or sets a String representing the description of the folder. Read/write.
Bb176671.properties(en-us,office.12).gif EntryID Returns a String representing the unique Entry ID of the object. Read-only.
Bb176671.properties(en-us,office.12).gif FolderPath Returns a String that indicates the path of the current folder. Read-only.
Bb176671.properties(en-us,office.12).gif Folders Returns the Folders collection that represents all the folders contained in the specified Folder. Read-only.
Bb176671.properties(en-us,office.12).gif InAppFolderSyncObject Returns or sets a Boolean that determines if the specified folder will be synchronized with the e-mail server. Read/write.
Bb176671.properties(en-us,office.12).gif IsSharePointFolder Returns a Boolean that determines if the folder is a Microsoft Windows SharePoint Services folder. Read-only.
Bb176671.properties(en-us,office.12).gif Items Returns an Items collection object as a collection of Outlook items in the specified folder. Read-only.
Bb176671.properties(en-us,office.12).gif Name Returns or sets the display name for the object. Read/write.
Bb176671.properties(en-us,office.12).gif Parent Returns the parent Object of the specified object. Read-only.
Bb176671.properties(en-us,office.12).gif PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Folder object. Read-only.
Bb176671.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176671.properties(en-us,office.12).gif ShowAsOutlookAB Returns or sets a Boolean variable that specifies whether the contact items folder will be displayed as an address list in the Outlook Address Book. Read/write.
Bb176671.properties(en-us,office.12).gif ShowItemCount Sets or returns a constant in the OlShowItemCount enumeration that indicates whether to display the number of unread messages in the folder or the total number of items in the folder in the Navigation Pane. Read/write.
Bb176671.properties(en-us,office.12).gif Store Returns a Store object representing the store that contains the Folder object. Read-only.
Bb176671.properties(en-us,office.12).gif StoreID Returns a String indicating the store ID for the folder. Read-only.
Bb176671.properties(en-us,office.12).gif UnReadItemCount Returns a Long indicating the number of unread items in the folder. Read-only.
Bb176671.properties(en-us,office.12).gif UserDefinedProperties Returns a UserDefinedProperties object that represents the user-defined custom properties for the Folder object. Read-only.
Bb176671.properties(en-us,office.12).gif Views Returns the Views collection object of the Folder object. Read-only.
Bb176671.properties(en-us,office.12).gif WebViewOn Returns or sets a Boolean indicating the Web view state for a folder. Read/write.
Bb176671.properties(en-us,office.12).gif WebViewURL Returns or sets a String indicating the URL of the Web page that is assigned to a folder. Read/write.

Events

  Name Description
Bb176671.events(en-us,office.12).gif BeforeFolderMove Occurs when a folder is about to be moved or deleted, either as a result of user action or through program code.
Bb176671.events(en-us,office.12).gif BeforeItemMove Occurs when an item is about to be moved or deleted from a folder, either as a result of user action or through program code.