ApplicationEvents_11_ReminderEventHandler 委托

定义

这是针对相应对象中的事件的委派。 在对事件实现回调方法后,使用此委派将回调方法连接到该事件。 如果存在多个版本的事件接口,此委派将为指定版本的 Outlook 中的事件连接回调方法。

public delegate void ApplicationEvents_11_ReminderEventHandler(System::Object ^ Item);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents_11_ReminderEventHandler(object Item);
Public Delegate Sub ApplicationEvents_11_ReminderEventHandler(Item As Object)

参数

Item
Object

AppointmentItem提醒关联的 、 MailItemContactItemTaskItem 。 如果与提醒关联的约会是定期约会, Item 则为显示提醒的约会的特定匹配项,而不是主约会。

属性

适用于