MailMergeDataSource.Included Property

Definition

True if a record is included in a mail merge.

public:
 property bool Included { bool get(); void set(bool value); };
public bool Included { get; set; }
member this.Included : bool with get, set
Public Property Included As Boolean

Property Value

Remarks

Use the SetAllIncludedFlags(Boolean) method to include or exclude all records in a mail merge data source.

Applies to