MailMergeDataSource.EverValidated Property

Publisher Developer Reference

Indicates whether the list of recipient addresses in the parent MailMergeDataSource object has ever been validated. Read/write.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.EverValidated

expression   A variable that represents a MailMergeDataSource object.

Return Value
Boolean

Remarks

The initial value of EverValidated is False.

If you create an add-in for Microsoft Office Publisher that validates recipient addresses and maintains its own data sources, your add-in can set the EverValidated property value to True after a successful validation.

The value of the EverValidated property is saved in the Microsoft Office Publisher file and is accessible across multiple sessions of Publisher.

See Also