Get the User's Email Signature and Global/ Entity based Disclaimer to be displayed on the User's Emails with any tags resolved.

<para> If not using Plain Text, all line returns will be replaces with HTML &lt;br/&gt; tags. </para> <para> If using HTML format, an HTML comment of &lt;!-- SignatureStart --&gt; will be placed at the very beginning of the String. </para>

Syntax

finSettingsUser.GetEmailSignature(plainText, [branchPk], [includeUserSignature], [includeDisclaimer])

Parameters

NameTypeOptionalByRefDescription
plainText Boolean Indicates whether to use Plain Text i.e. all HTML tags will be stripped out.
branchPk Integer Optional The Branch to use or zero to just use the User's Signature. Entities can define their own Email Signature and this will override the global Email Disclaimer if defined. If omitted, a value of 0 is assumed.
includeUserSignature Boolean Optional Indicates whether to include the User Signature. If omitted, a value of True is assumed.
includeDisclaimer Boolean Optional Indicates whether to include the Global or Entity-based Disclaimer. If omitted, a value of True is assumed.

Return Value

String

A String value.

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