ApplicationEventsClassSelectionMailMergeEmail Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual void SelectionMailMergeEmail(
int ContactId,
int PersonId,
int DocumentId,
out string pMessageBody
)
Public Overridable Sub SelectionMailMergeEmail (
ContactId As Integer,
PersonId As Integer,
DocumentId As Integer,
<OutAttribute> ByRef pMessageBody As String
)
Dim instance As ApplicationEventsClass
Dim ContactId As Integer
Dim PersonId As Integer
Dim DocumentId As Integer
Dim pMessageBody As String
instance.SelectionMailMergeEmail(ContactId,
PersonId, DocumentId, pMessageBody)
public:
virtual 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
Implements
IApplicationEventsSelectionMailMergeEmail(Int32, Int32, Int32, String)
See Also