IApplicationEventsSelectionMailMergeDocument Method |
method SelectionMailMergeDocument
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid SelectionMailMergeDocument(
int ContactId,
int PersonId,
int DocumentId
)
Sub SelectionMailMergeDocument (
ContactId As Integer,
PersonId As Integer,
DocumentId As Integer
)
Dim instance As IApplicationEvents
Dim ContactId As Integer
Dim PersonId As Integer
Dim DocumentId As Integer
instance.SelectionMailMergeDocument(ContactId,
PersonId, DocumentId)
void SelectionMailMergeDocument(
[InAttribute] int ContactId,
[InAttribute] int PersonId,
[InAttribute] int DocumentId
)
Parameters
- ContactId
- Type: SystemInt32
- PersonId
- Type: SystemInt32
- DocumentId
- Type: SystemInt32
See Also