This member is for System Use Only and should NOT be used.
Obsolete. Use finMessaging instead.
Send an Email to each Message Recipient.

Messages with a duplicate Value (i.e. Email or Phone Number), Subject and Message will not be sent unless a Log is to be generated.

Syntax

finMessageRecipients.SendEmail(messageTarget, [formatHtml], [generateLogs], [logDocumentId], [logDbDate], [logActionDbDate], [signature], [htmlMessageTemplate])

Parameters

NameTypeOptionalByRefDescription
messageTarget iseMessageTarget The Email Target.
formatHtml Boolean Optional Indicates whether the Email Message is in HTML format. If omitted, a value of False is assumed.
generateLogs Boolean Optional If omitted, a value of False is assumed.
logDocumentId String Optional The Document Id for creating a Document Log.
logDbDate Date Optional The Log Date in the Database Time Zone. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
logActionDbDate Date Optional The Action Date for Logs in the Database Time Zone. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
signature String Optional The Signature to append to the bottom of the Email Message or '*' to use the Signature defined in Global and User Settings. This will be ignored if the message is HTML and already contains an HTML tag. If omitted, a value of * is assumed.
htmlMessageTemplate String Optional <para> The HTML Message Template to use or '*' to use the built-in template. </para> <para> This should contain a '{0}' tag which will be replaced by the Message. </para> If omitted, a value of * is assumed.

Return Value

Boolean

A Boolean value indicating success.

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