SOScriptingEventsClassOnSelectionMailMergeDocument Method |
Namespace:
SuperOffice.COM.ScriptEvents
Assembly:
Scripting.Interop (in Scripting.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void OnSelectionMailMergeDocument(
int contactId,
int personId,
int documentId
)
Public Overridable Sub OnSelectionMailMergeDocument (
contactId As Integer,
personId As Integer,
documentId As Integer
)
Dim instance As SOScriptingEventsClass
Dim contactId As Integer
Dim personId As Integer
Dim documentId As Integer
instance.OnSelectionMailMergeDocument(contactId,
personId, documentId)
public:
virtual void OnSelectionMailMergeDocument(
[InAttribute] int contactId,
[InAttribute] int personId,
[InAttribute] int documentId
)
Parameters
- contactId
- Type: SystemInt32
- personId
- Type: SystemInt32
- documentId
- Type: SystemInt32
Implements
IScriptingEventsOnSelectionMailMergeDocument(Int32, Int32, Int32)
See Also