Store Properties (Outlook)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Properties

Name

Description

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

Categories

Returns a Categories collection that represents all of the categories that are defined for the Store. Read-only.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

DisplayName

Returns a String representing the display name of the Store object. Read-only.

ExchangeStoreType

Returns a constant in the OlExchangeStoreType enumeration that indicates the type of an Exchange store. Read-only.

FilePath

Returns a String representing the full file path for a Personal Folders File (.pst) or an Offline Folder File (.ost) store. Read-only.

IsCachedExchange

Returns a Boolean that indicates if the Store is a cached Exchange store. Read-only.

IsConversationEnabled

Returns a Boolean value that is True if the store supports Conversation view. Read-only.

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.

IsInstantSearchEnabled

Returns a Boolean that indicates whether Instant Search is enabled and operational on a store. Read-only.

IsOpen

Returns a Boolean that indicates if the Store is open. Read-only.

Parent

Returns the parent Object of the specified object. Read-only.

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Store object. Read-only.

Session

Returns the NameSpace object for the current session. Read-only.

StoreID

Returns a String identifying the Store. Read-only.