MailMergeDataSource.InvalidComments Property

Definition

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.

Applies to