Stores Members
Include Protected Members
Include Inherited Members
A set of Store objects representing all the stores available in the current profile.
The Stores type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Stores.) | |
Class | Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Stores.) | |
Count | Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Stores.) | |
Item | Returns a Store object that is specified by Index. Read-only. (Inherited from _Stores.) | |
Parent | Returns the parent Object of the specified object. Read-only. (Inherited from _Stores.) | |
Session | Returns the NameSpace object for the current session. Read-only. (Inherited from _Stores.) |
Top
Events
Name | Description | |
---|---|---|
BeforeStoreRemove | Occurs when a Store is about to be removed from the current session either programmatically or through user action. (Inherited from StoresEvents_12_Event.) | |
StoreAdd | Occurs when a Store has been added to the current session either programmatically or through user action. (Inherited from StoresEvents_12_Event.) |
Top