Edit

Share via


StoresEvents_12_Event.StoreAdd Event

Definition

Occurs when a Store has been added to the current session either programmatically or through user action.

public:
 event Microsoft::Office::Interop::Outlook::StoresEvents_12_StoreAddEventHandler ^ StoreAdd;
event Microsoft.Office.Interop.Outlook.StoresEvents_12_StoreAddEventHandler StoreAdd;
Event StoreAdd As StoresEvents_12_StoreAddEventHandler 

Event Type

Remarks

Outlook must be running in order for this event to fire. This event will fire when any of the following occur:

This event will not fire when any of the following occurs:

You can use this event to determine whether a store has been added and take appropriate actions on items in that store. Otherwise, you would have to resort to polling the Stores collection.

Applies to