@MailEncryptSentPreference (Formula Language)

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

Syntax

@MailEncryptSentPreference

Return value

flag

Boolean

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

Usage

@MailEncryptSentPreference is used in the Mail template to determine whether to encrypt sent 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 can design your own Mail form. To determine whether outgoing memos should be encrypted automatically, use @MailEncryptSentPreference to determine the user's preference. This returns 1 if the "Encrypt sent mail" check box is selected in the User Preferences dialog box, and 0 if the Encrypt sent mail check box is not selected.
@MailEncryptSentPreference