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

Public property

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only. (Inherited from _Stores.)

Public property

Class

Returns an OlObjectClass constant indicating the object's class. Read-only. (Inherited from _Stores.)

Public property

Count

Returns an Integer (int in C#) value indicating the count of objects in the specified collection. Read-only. (Inherited from _Stores.)

Public property

Item

Returns a Store object that is specified by Index. Read-only. (Inherited from _Stores.)

Public property

Parent

Returns the parent Object of the specified object. Read-only. (Inherited from _Stores.)

Public property

Session

Returns the NameSpace object for the current session. Read-only. (Inherited from _Stores.)

Top

Methods

 

Name

Description

Public method

add_BeforeStoreRemove

(Inherited from StoresEvents_12_Event.)

Public method

add_StoreAdd

(Inherited from StoresEvents_12_Event.)

Public method

remove_BeforeStoreRemove

(Inherited from StoresEvents_12_Event.)

Public method

remove_StoreAdd

(Inherited from StoresEvents_12_Event.)

Top

Events

 

Name

Description

Public event

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.)

Public 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

See Also

Reference

Stores Interface

Microsoft.Office.Interop.Outlook Namespace