@MailEncryptSentPreference (Formula Language)

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

Syntax

@MailEncryptSentPreference

Return value

flag

Boolean

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

Language cross-reference

EncryptOnSend property of LotusScript® NotesDocument class

IsEncryptOnSend property of Java™ Document class


Additional Documentation | Trademarks |