IScriptingEventsOnSelectionEmailTaskClicked Method |
Called when button is clicked.
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxvoid OnSelectionEmailTaskClicked()
Sub OnSelectionEmailTaskClicked
Dim instance As IScriptingEvents
instance.OnSelectionEmailTaskClicked()
void OnSelectionEmailTaskClicked()
ExamplesDescription
This text may be copied to the notepad, and saved as a *.vbs file.
Sub OnSelectionEmailTaskClicked
soMessagebox "The Send e-mail button was clicked on selection task"
End Sub
See Also