.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


MailSend @Command
Displays the Mail Send dialog box, which lets the user choose whether or not to encrypt, sign, or send the selected memo.

Syntax

@Command( [MailSend] )

Usage

A document must be open in read or Edit mode, or selected in a view. The document must contain a SendTo field, indicating the document's recipients.

If the MailOptions field on the form is set to 0, the MailSend @Command is disabled, and will fail to execute.

You cannot use this function in Web applications.

Language cross-reference

LotusScript NotesDocument class

Java Document class

See Also