IScriptingEventsOnSelectionMailMergeEnd Method |
Namespace: SuperOffice.COM.ScriptEvents
Description
This text may be copied to the notepad, and saved as a *.vbs file.
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