Click or drag to resize

IScriptingEventsOnSelectionMailMergeEnd Method

Called when a merge operation is performed to combine two objects.

Namespace:  SuperOffice.COM.ScriptEvents
Assembly:  Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntax
void OnSelectionMailMergeEnd()
Examples

Description

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

VB
Sub OnSelectionMailMergeEnd
     somessagebox "Did you forget to add a follow up, click yes to add it now", 2, "Mail merge end"
    for each socontact in currentselection. 
end sub

See Also