MailMergeDataSource.Included 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.
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.