Store Object Members

Outlook Developer Reference

Represents a file on the local computer or a network drive that stores e-mail messages and other items for an account in the current profile.

Methods

  Name Description
Bb176786.methods(en-us,office.12).gif GetRootFolder Returns a Folder object representing the root-level folder of the Store. Read-only.
Bb176786.methods(en-us,office.12).gif GetRules Returns a Rules collection object that contains the Rule objects defined for the current session.
Bb176786.methods(en-us,office.12).gif GetSearchFolders Returns a Folders collection object that represents the search folders defined for the Store object.
Bb176786.methods(en-us,office.12).gif GetSpecialFolder Returns a Folder object for a special folder specified by FolderType in a given store.

Properties

  Name Description
Bb176786.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176786.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176786.properties(en-us,office.12).gif DisplayName Returns a String representing the display name of the Store object. Read-only.
Bb176786.properties(en-us,office.12).gif ExchangeStoreType Returns a constant in the OlExchangeStoreType enumeration that indicates the type of an Exchange store. Read-only.
Bb176786.properties(en-us,office.12).gif FilePath Returns a String representing the full file path for a Personal Folders File (.pst) or an Offline Folder File (.ost) store. Read-only.
Bb176786.properties(en-us,office.12).gif IsCachedExchange Returns a Boolean that indicates if the Store is a cached Exchange store. Read-only.
Bb176786.properties(en-us,office.12).gif IsDataFileStore Returns a Boolean that indicates if the Store is a store for an Outlook data file, which is either a Personal Folders File (.pst) or an Offline Folder File (.ost). Read-only.
Bb176786.properties(en-us,office.12).gif IsInstantSearchEnabled Returns a Boolean that indicates whether Instant Search is enabled and operational on a store. Read-only.
Bb176786.properties(en-us,office.12).gif IsOpen Returns a Boolean that indicates if the Store is open. Read-only.
Bb176786.properties(en-us,office.12).gif Parent Returns the parent object of the specified object. Read-only.
Bb176786.properties(en-us,office.12).gif PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Store object. Read-only.
Bb176786.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176786.properties(en-us,office.12).gif StoreID Returns a String identifying the Store. Read-only.