Store Members
Include Protected Members
Include Inherited Members
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.
The Store type exposes the following members.
Properties
Name
Description
Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Store.)
Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Store.)
Returns a String (string in C#) representing the display name of the Store object. Read-only. (Inherited from _Store.)
Returns a constant in the OlExchangeStoreType enumeration that indicates the type of an Exchange store. Read-only. (Inherited from _Store.)
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. (Inherited from _Store.)
Returns a Boolean (bool in C#) that indicates if the Store is a cached Exchange store. Read-only. (Inherited from _Store.)
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. (Inherited from _Store.)
Returns a Boolean (bool in C#) that indicates whether Instant Search is enabled and operational on a store. Read-only. (Inherited from _Store.)
Returns a Boolean (bool in C#) that indicates if the Store is open. Read-only. (Inherited from _Store.)
This object, member, or enumeration is deprecated and is not intended to be used in your code. (Inherited from _Store.)
Returns the parent object of the specified object. Read-only. (Inherited from _Store.)
Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Store object. Read-only. (Inherited from _Store.)
Returns the NameSpace object for the current session. Read-only. (Inherited from _Store.)
Returns a String (string in C#) identifying the Store. Read-only. (Inherited from _Store.)
Top
Methods
Name
Description
Returns a Folder object representing the root-level folder of the Store. Read-only. (Inherited from _Store.)
Returns a Rules collection object that contains the Rule objects defined for the current session. (Inherited from _Store.)
Returns a Folders collection object that represents the search folders defined for the Store object. (Inherited from _Store.)
Returns a Folder object for a special folder specified by FolderType in a given store. (Inherited from _Store.)
Top