MailMergeDataSource.InvalidAddress Property
True for Microsoft Word to mark a record in a mail merge data source if it contains invalid data in an address field.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property InvalidAddress As Boolean
Get
Set
'Usage
Dim instance As MailMergeDataSource
Dim value As Boolean
value = instance.InvalidAddress
instance.InvalidAddress = value
bool InvalidAddress { get; set; }
Property Value
Type: System.Boolean
Remarks
Use the SetAllErrorFlags method to set both the InvalidAddress and InvalidComments properties for all records in a data source.