StoresEvents_12_Event.StoreAdd Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.