MailMergeDataSource.SetAllIncludedFlags(Boolean) Method
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 to include all data source records in a mail merge.
public:
void SetAllIncludedFlags(bool Included);
public void SetAllIncludedFlags (bool Included);
abstract member SetAllIncludedFlags : bool -> unit
Public Sub SetAllIncludedFlags (Included As Boolean)
Parameters
- Included
- Boolean
Required Boolean. True to include all data source records in a mail merge. False to exclude all data source records from a mail merge.
Remarks
You can set individual records in a data source to be included in or excluded from a mail merge using the Included property.