ApplicationEvents4.MailMergeBeforeRecordMerge Method

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

Syntax

'Declaration
Sub MailMergeBeforeRecordMerge ( _
    Doc As Document, _
    <OutAttribute> ByRef Cancel As Boolean _
)
'Usage
Dim instance As ApplicationEvents4
Dim Doc As Document
Dim Cancel As Boolean

instance.MailMergeBeforeRecordMerge(Doc, _
    Cancel)
void MailMergeBeforeRecordMerge(
    Document Doc,
    out bool Cancel
)

Parameters

See Also

Reference

ApplicationEvents4 Interface

ApplicationEvents4 Members

Microsoft.Office.Interop.Word Namespace