MailMergeDataSource.InvalidAddress Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True for Microsoft Word to mark a record in a mail merge data source if it contains invalid data in an address field.
public:
property bool InvalidAddress { bool get(); void set(bool value); };
public bool InvalidAddress { get; set; }
member this.InvalidAddress : bool with get, set
Public Property InvalidAddress As Boolean
Property Value
Remarks
Use the SetAllErrorFlags(Boolean, String) method to set both the InvalidAddress and InvalidComments properties for all records in a data source.