Get an HTML Email preview.

Syntax

finUtilities.GetEmailMessagePreviewHtml(message, messageIsHtml, createFullHtml, signature, [scriptContextData], [subjectPreview])

Parameters

NameTypeOptionalByRefDescription
message String The Email Message.
messageIsHtml Boolean Indicates whether the Message is HTML.
createFullHtml Boolean Indicates whether to generate a Full HTML page i.e., include HTML and BODY tags (this will be ignored if the message already contains an HTML tag).
signature String The Signature to append to the bottom of the message. This will be ignored if the message is HTML and already contains an HTML tag unless the message contains a [Signature] tag in which case, the signature will be inserted at this point. If a [NoSignature] tag is included in the message then the signature will be ignored.
scriptContextData ISKeyValueList Optional If omitted, a value of Nothing is assumed.
subjectPreview String Optional If specified, the preview will contain the Email Subject.

Return Value

String

A String value.

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