ApplicationEvents4_Event.MailMergeDataSourceValidate 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在用户通过单击邮件合并收件人对话框中的验证有效性执行地址验证时发生。
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 事件允许创建简单的筛选例程,例如循环访问记录以检查邮政编码以及删除任何非美国代码。