_Store Members

Include Protected Members
Include Inherited Members

This is a primary interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. Use this primary interface only when the method you want to use shares the same name as an event of the COM object; in this case, cast to this interface to call the method, and cast to the latest events interface to connect to the event. Otherwise, use the .NET interface that is derived from the COM coclass to access methods, properties, and events of the COM object. For information about the COM object, see Store.

The _Store type exposes the following members.

Properties

  Name Description
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Public property Categories Returns a Categories collection that represents all of the categories that are defined for the Store. Read-only.
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Public property DisplayName Returns a String (string in C#) representing the display name of the Store object. Read-only.
Public property ExchangeStoreType Returns a constant in the OlExchangeStoreType enumeration that indicates the type of an Exchange store. Read-only.
Public property FilePath Returns a String (string in C#) representing the full file path for a Personal Folders File (.pst) or an Offline Folder File (.ost) store. Read-only.
Public property IsCachedExchange Returns a Boolean (bool in C#) that indicates if the Store is a cached Exchange store. Read-only.
Public property IsConversationEnabled Returns a Boolean (bool for C#) value that is True if the store supports the Conversation view. Read-only.
Public property IsDataFileStore Returns a Boolean (bool in C#) 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.
Public property IsInstantSearchEnabled Returns a Boolean (bool in C#) that indicates whether Instant Search is enabled and operational on a store. Read-only.
Public property IsOpen Returns a Boolean (bool in C#) that indicates if the Store is open. Read-only.
Public property MAPIOBJECT This object, member, or enumeration is deprecated and is not intended to be used in your code.
Public property Parent Returns the parent Object of the specified object. Read-only.
Public property PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Store object. Read-only.
Public property Session Returns the NameSpace object for the current session. Read-only.
Public property StoreID Returns a String (string in C#) identifying the Store. Read-only.

Top

Methods

  Name Description
Public method GetDefaultFolder Returns a MAPIFolder object that represents the default folder in the store and that is of the type specified by the FolderType argument.
Public method GetRootFolder Returns a Folder object representing the root-level folder of the Store. Read-only.
Public method GetRules Returns a Rules collection object that contains the Rule objects defined for the current session.
Public method GetSearchFolders Returns a Folders collection object that represents the search folders defined for the Store object.
Public method GetSpecialFolder Returns a Folder object for a special folder specified by FolderType in a given store.
Public method RefreshQuotaDisplay Refreshes the store quota information that is displayed in the status bar in the explorer window.

Top

See Also

Reference

_Store Interface

Microsoft.Office.Interop.Outlook Namespace