ApplicationEvents4_EPostageInsertEventHandler 委托

定义

用于为事件添加事件处理程序的EPostageInsert委托类型。 当用户将电子邮资插入文档中时,将发生 EPostageInsert 事件。

public delegate void ApplicationEvents4_EPostageInsertEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_EPostageInsertEventHandler(Document Doc);
type ApplicationEvents4_EPostageInsertEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_EPostageInsertEventHandler(Doc As Document)

参数

Doc
Document

要添加电子邮政的文档名称。

属性

适用于