Set Email Extended Data for an unsaved Log.

The ExtendedData and ExtendedType properties will be updated to record the Email details. Any existing Extended Data will be overwritten.

Syntax

finAccountLog.ExtendedDataSetEmail(recipients, emailSubject, emailMessage, [recipientsCc], [recipientsBcc], [messageTarget], [formatHtml], [signature], [senderEmailAddress], [senderName], [messageAttachments])

Parameters

NameTypeOptionalByRefDescription
recipients String The Email Recipient or a semi-colon delimited list of recipients.
emailSubject String The Email Subject.
emailMessage String The Email Message.
recipientsCc String Optional The Email Recipients to CC or a semi-colon delimited list of recipients.
recipientsBcc String Optional The Email Recipients to BCC or a semi-colon delimited list of recipients.
messageTarget iseMessageTarget Optional The Message Target. If omitted, a value of iseMessageTarget.Send is assumed.
formatHtml Boolean Optional Indicates whether the Email message is in HTML format. If omitted, a value of True is assumed.
signature String Optional <para> The Signature to append to the message or '*' to use the Signature defined by Global and User Settings. </para> <para> Since Entities can define their own Email Signature that can override the global Email Disclaimer if defined, the Account's Branch will be taken into account if '*' is specified. </para> If omitted, a value of * is assumed.
senderEmailAddress String Optional The Sender Email Address.
senderName String Optional The Sender Name.
messageAttachments ISMessageAttachments Optional Any message attachments. These will be recorded as text descriptions only. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccountLog
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0