JAVA/CORBA CLASSES
Mails a document.
Defined in
Document
Syntax
public void send() throws NotesException
public void send(String recipient) throws NotesException
public void send(java.util.Vector recipients) throws NotesException
public void send(boolean attachform) throws NotesException
public void send(boolean attachform, String recipient) throws NotesException
public void send(boolean attachform, java.util.Vector recipients) throws NotesException
Note The send() and send(boolean) methods are new with Release 6.
Parameters
String recipient
The following rules apply to specification of the recipient or recipients:
Two kinds of items can 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 an agent.
If a program runs on a workstation, the mailed document contains the current user's name in the From item. If a program runs as an agent on a server, the mailed document contains the server's name in the From item.
Language cross-reference
Send method in LotusScript NotesDocument class
@MailSend function in formula language
Example See Also