ApplicationEvents4_Event.MailMergeDataSourceValidate 事件

定义

在用户通过单击邮件合并收件人对话框中的验证有效性执行地址验证时发生。

public:
 event Microsoft::Office::Interop::Word::ApplicationEvents4_MailMergeDataSourceValidateEventHandler ^ MailMergeDataSourceValidate;
event Microsoft.Office.Interop.Word.ApplicationEvents4_MailMergeDataSourceValidateEventHandler MailMergeDataSourceValidate;
member this.MailMergeDataSourceValidate : Microsoft.Office.Interop.Word.ApplicationEvents4_MailMergeDataSourceValidateEventHandler 
Event MailMergeDataSourceValidate As ApplicationEvents4_MailMergeDataSourceValidateEventHandler 

事件类型

注解

如果你的计算机上未安装地址验证软件,MailMergeDataSourceValidate 事件允许创建简单的筛选例程,例如循环访问记录以检查邮政编码以及删除任何非美国代码。

适用于