FORMULA LANGUAGE
Indicates whether the user has selected "Encrypt sent mail" in the User Preferences dialog box.
Syntax
@MailEncryptSentPreference
Return value
flag
@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.
Language cross-reference
EncryptOnSend property of LotusScript NotesDocument class
IsEncryptOnSend property of Java Document class
Example See Also