MailComposeMemo @Command (Formula Language)

Creates and displays a blank mail document. Notes/Domino uses the default form for the user's mail database. This is a Memo document unless the user has changed it.

Syntax

@Command( [MailComposeMemo] )

Usage

This command can be used almost anywhere in Notes/Domino except from within a dialog box or on the Web.

Examples

This formula, when used in a hotspot button named Create Memo, opens a new mail memo in edit mode.
@Command([MailComposeMemo])