IApplicationEventsSelectionMailMergeEmail Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxvoid SelectionMailMergeEmail(
int ContactId,
int PersonId,
int DocumentId,
out string pMessageBody
)
Sub SelectionMailMergeEmail (
ContactId As Integer,
PersonId As Integer,
DocumentId As Integer,
<OutAttribute> ByRef pMessageBody As String
)
Dim instance As IApplicationEvents
Dim ContactId As Integer
Dim PersonId As Integer
Dim DocumentId As Integer
Dim pMessageBody As String
instance.SelectionMailMergeEmail(ContactId,
PersonId, DocumentId, pMessageBody)
void SelectionMailMergeEmail(
[InAttribute] int ContactId,
[InAttribute] int PersonId,
[InAttribute] int DocumentId,
[InAttribute] [OutAttribute] String^% pMessageBody
)
Parameters
- ContactId
- Type: SystemInt32
- PersonId
- Type: SystemInt32
- DocumentId
- Type: SystemInt32
- pMessageBody
- Type: SystemString
See Also