| Package | Description |
|---|---|
| psiprobe.tools |
Psi-Probe Tools Package.
|
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.addAttachment(DataSource attachment)
Adds the attachment.
|
MailMessage |
MailMessage.addAttachment(File attachment)
Adds the attachment.
|
MailMessage |
MailMessage.addRecipientBcc(String address)
Adds the recipient bcc.
|
MailMessage |
MailMessage.addRecipientCc(String address)
Adds the recipient cc.
|
MailMessage |
MailMessage.addRecipientTo(String address)
Adds the recipient to.
|
MailMessage |
MailMessage.clearAttachments()
Clear attachments.
|
MailMessage |
MailMessage.clearRecipientsBcc()
Clear recipients bcc.
|
MailMessage |
MailMessage.clearRecipientsCc()
Clear recipients cc.
|
MailMessage |
MailMessage.clearRecipientsTo()
Clear recipients to.
|
MailMessage |
MailMessage.setBody(String body)
Sets the body.
|
MailMessage |
MailMessage.setBodyHtml(boolean bodyHtml)
Sets the body html.
|
MailMessage |
MailMessage.setSubject(String subject)
Sets the subject.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mailer.send(MailMessage mailMessage)
Send.
|
Copyright © 2009–2020 psi-probe. All rights reserved.