MailMergeDataSource.Included Property

True if a record is included in a mail merge.

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

Syntax

'Declaration
Property Included As Boolean
    Get
    Set
'Usage
Dim instance As MailMergeDataSource
Dim value As Boolean

value = instance.Included

instance.Included = value
bool Included { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

MailMergeDataSource Interface

MailMergeDataSource Members

Microsoft.Office.Interop.Word Namespace