MailMergeDataSource.InvalidComments 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.
If the InvalidAddress property is True, returns or sets a String that describes an invalid address error.
public:
property System::String ^ InvalidComments { System::String ^ get(); void set(System::String ^ value); };
public string InvalidComments { get; set; }
member this.InvalidComments : string with get, set
Public Property InvalidComments As String
Property Value
Remarks
Use the SetAllErrorFlags(Boolean, String) method to set both the InvalidAddress and InvalidComments properties for all records in a data source.