MailMergeDataSource.InvalidComments Property
If the InvalidAddress property is True, returns or sets a String that describes an invalid address error.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property InvalidComments As String
Get
Set
'Usage
Dim instance As MailMergeDataSource
Dim value As String
value = instance.InvalidComments
instance.InvalidComments = value
string InvalidComments { get; set; }
Property Value
Type: System.String
Remarks
Use the SetAllErrorFlags method to set both the InvalidAddress and InvalidComments properties for all records in a data source.