MailMergeDataSource.SetAllIncludedFlags Method

True to include all data source records in a mail merge.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub SetAllIncludedFlags ( _
    Included As Boolean _
)
'Usage
Dim instance As MailMergeDataSource
Dim Included As Boolean

instance.SetAllIncludedFlags(Included)
void SetAllIncludedFlags(
    bool Included
)

Parameters

  • Included
    Type: System.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.

See Also

Reference

MailMergeDataSource Interface

MailMergeDataSource Members

Microsoft.Office.Interop.Word Namespace