Click or drag to resize

IScriptingEventsOnSelectionMailMergeDocument Method

Called for each document created during a mail-merge.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnSelectionMailMergeDocument(
	int contactId,
	int personId,
	int documentId
)

Parameters

contactId
Type: SystemInt32
personId
Type: SystemInt32
documentId
Type: SystemInt32
Examples

Description

This text may be copied to the notepad, and saved as a *.vbs file.

VB
Sub OnSelectionMailmergeDocument

    SOMessageBox "Perform a mail merge was clicked on selection task panel"

End Sub

See Also