ApplicationEvents4_Event.MailMergeDataSourceValidate2 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当用户单击“邮件合并收件人”对话框中的“验证地址”链接按钮验证邮件合并收件人时发生。
public:
event Microsoft::Office::Interop::Word::ApplicationEvents4_MailMergeDataSourceValidate2EventHandler ^ MailMergeDataSourceValidate2;
event Microsoft.Office.Interop.Word.ApplicationEvents4_MailMergeDataSourceValidate2EventHandler MailMergeDataSourceValidate2;
member this.MailMergeDataSourceValidate2 : Microsoft.Office.Interop.Word.ApplicationEvents4_MailMergeDataSourceValidate2EventHandler
Event MailMergeDataSourceValidate2 As ApplicationEvents4_MailMergeDataSourceValidate2EventHandler
事件类型
注解
如果您的计算机上没有安装地址验证软件,则可以使用 MailMergeDataSourceValidate2 事件创建简单的筛选例程,如遍历记录以检查邮政编码并删除非美国的邮政编码。
注意:不能从 Microsoft Visual Basic for Applications (VBA) 项目中引发此事件。 此事件仅在托管加载项和外部应用程序中正常运行。 对于 COM 加载项,请使用 MailMergeDataSourceValidate 事件。