LOTUSSCRIPT/COM/OLE CLASSES
Mails a document.
Defined in
NotesDocument
Syntax
Call notesDocument.Send( attachForm [, recipients ] )
Parameters
attachForm
The following rules apply to specification of the recipient or recipients:
Two kinds of items affect the mailing of the document when you use Send:
Sending the form increases the size of the document, but ensures that the recipient can see all of the items on the document.
The Send method automatically creates an item called $AssistMail on the sent document. The SentByAgent property uses this item to determine if a document was mailed by a script.
If a script runs on a workstation, the mailed document contains the current user name in the From item. If a script is a scheduled agent running on a server, the mailed document contains the agent signer's name in the From item.
Language cross-reference
Send method in Java Document class
@MailSend function in formula language
Example See Also