@MailSignPreference (Formula Language)

Indicates whether the user has selected "Sign sent mail" in the User Preferences dialog box.

Syntax

@MailSignPreference

Return value

flag

Boolean

  • Returns 1 (True) if "Sign sent mail" is selected
  • Returns 0 (False) if "Sign sent mail" is not selected

Usage

@MailSignPreference is used in the Mail template to determine whether to attach an electronic signature to outgoing memos. This function is not available in column formulas, selection formulas, or selective replication formulas.

You cannot use this function in Web applications.

Examples

You design your own Mail form. To determine whether outgoing memos should be electronically signed, use @MailSignPreference to determine the user's preferences. This returns 1 if the "Sign sent mail" check box is selected in the User Preferences dialog box, and 0 if the "Sign sent mail" check box is not selected.
@MailSignPreference