ApplicationEvents_11_Event.ItemLoad 事件

定义

在将 Outlook 项目加载到内存中时发生。

public:
 event Microsoft::Office::Interop::Outlook::ApplicationEvents_11_ItemLoadEventHandler ^ ItemLoad;
event Microsoft.Office.Interop.Outlook.ApplicationEvents_11_ItemLoadEventHandler ItemLoad;
Event ItemLoad As ApplicationEvents_11_ItemLoadEventHandler 

事件类型

注解

Outlook 项目开始加载到内存时发生此事件。 除了 Outlook 项目的 ClassMessageClass 属性的值外,项目的数据尚不可用,因此,为 中Item返回的 Outlook 项目调用 ClassMessageClass 以外的任何属性时都会出现错误。 同样,如果尝试从 Outlook 项目调用任何方法,或者调用 GetObjectReference(Object, OlReferenceType) 在 中Item返回的 Application Outlook 项目上的 对象的 方法,则会发生错误。

ItemLoad事件通常应作为一种挂钩项目级事件处理程序,如 BeforeReadOpenSendWrite的方法。

出现下列情况时不会引发此事件:

适用于