Uses of Class
de.bea.domingo.groupware.Email

Packages that use Email
de.bea.domingo.groupware Groupware interface to Lotus Notes/Domino. 
de.bea.domingo.groupware.map Mapping implementation of the domingo groupware interface to Lotus Notes/Domino. 
 

Uses of Email in de.bea.domingo.groupware
 

Methods in de.bea.domingo.groupware that return Email
 Email Mailbox.forward(Email memo)
          Creates a new memo as a forward of an existing memo.
 Email Mailbox.forward(Email memo, boolean withAttachments)
          Creates a new memo as a forward to an existing memo.
 Email Mailbox.getEmail(EmailDigest emailDigest)
          Returns the email represented by the given email-digest.
 Email Mailbox.newEmail()
          Creates a new Memo.
 Email Mailbox.reply(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to the sender of the original memo.
 Email Mailbox.replyToAll(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to all original recipients of the original memo.
 

Methods in de.bea.domingo.groupware with parameters of type Email
 Email Mailbox.forward(Email memo)
          Creates a new memo as a forward of an existing memo.
 Email Mailbox.forward(Email memo, boolean withAttachments)
          Creates a new memo as a forward to an existing memo.
 void Mailbox.remove(Email memo)
          Deletes an existing memo.
 Email Mailbox.reply(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to the sender of the original memo.
 Email Mailbox.replyToAll(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to all original recipients of the original memo.
 void Mailbox.saveAsDraft(Email memo)
          Sends a memo.
 void Mailbox.send(Email memo)
          Sends a memo.
 

Constructors in de.bea.domingo.groupware with parameters of type Email
Email(Email memo)
          Constructor.
 

Uses of Email in de.bea.domingo.groupware.map
 

Methods in de.bea.domingo.groupware.map that return Email
 Email MailDatabase.forward(Email memo)
          Creates a new memo as a forward of an existing memo.
 Email MailDatabase.forward(Email memo, boolean withAttachments)
          Creates a new memo as a forward to an existing memo.
 Email MailDatabase.getEmail(EmailDigest emailDigest)
          Returns the email represented by the given email-digest.
 Email MailDatabase.newEmail()
          Creates a new Memo.
 Email MailDatabase.reply(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to the sender of the original memo.
 Email MailDatabase.replyToAll(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to all original recipients of the original memo.
 

Methods in de.bea.domingo.groupware.map with parameters of type Email
 Email MailDatabase.forward(Email memo)
          Creates a new memo as a forward of an existing memo.
 Email MailDatabase.forward(Email memo, boolean withAttachments)
          Creates a new memo as a forward to an existing memo.
 void MailDatabase.remove(Email memo)
          Deletes an existing memo.
 Email MailDatabase.reply(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to the sender of the original memo.
 Email MailDatabase.replyToAll(Email memo, boolean withHistory, boolean withAttachments)
          Creates a new memo as a reply to all original recipients of the original memo.
 void MailDatabase.saveAsDraft(Email memo)
          Sends a memo.
 void MailDatabase.send(Email memo)
          Sends a memo.
 



Domingo Java-API