| Package | Description |
|---|---|
| org.jboss.seam.mail.api | |
| org.jboss.seam.mail.core | |
| org.jboss.seam.mail.templating |
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.addAttachment(EmailAttachment attachment)
Adds Attachment to the message
|
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailMessage.addAttachments(Collection<? extends EmailAttachment> attachments)
Adds a Collection of Attachments to the message
|
| Modifier and Type | Method and Description |
|---|---|
List<EmailAttachment> |
EmailMessage.getAttachments()
Gets a Collection representing all the Attachments on the EmailMessage
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.addAttachment(EmailAttachment attachment)
Adds an EmailAttachment to the EmailMessage
|
| Modifier and Type | Method and Description |
|---|---|
void |
EmailMessage.addAttachments(Collection<? extends EmailAttachment> attachments)
Adds a Collection of EmailAttachment to the EmailMessage
|
void |
EmailMessage.setAttachments(List<EmailAttachment> attachments) |
| Constructor and Description |
|---|
MailContext(Map<String,EmailAttachment> attachments) |
Copyright © 2012 Seam Framework. All Rights Reserved.