StoresEvents_12_Event.StoreAdd 事件

定义

在以编程方式或通过用户操作添加到当前会话时 Store 发生。

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 

事件类型

注解

Outlook 必须处于运行状态才能触发此事件。 发生以下任一情况时将触发此事件:

发生以下任一情况时不触发此事件:

可以使用此事件确定是否添加了某个存储区,然后对该存储区中的项目采取相应的操作。 否则,必须采用轮询 Stores 集合。

适用于