MailMergeDataSource.InvalidAddress Property

Definition

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.

Applies to