FORMULA LANGUAGE


Examples: @MailSavePreference
You design your own Mail form. To determine whether outgoing memos should be automatically saved, use @MailSavePreference to determine the user's preference. This returns 2 if the "Save sent mail" list has "Always prompt" selected, 1 if the "Save sent mail" list has "Always keep a copy" selected, and 0 if the "Save sent mail" list has "Don't keep a copy" selected.

@MailSavePreference

See Also