|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailAttachment | |
org.sape.carbon.services.email | Contains the interfaces and implementations of an email sending service. |
Uses of MailAttachment in org.sape.carbon.services.email |
Fields in org.sape.carbon.services.email declared as MailAttachment | |
private MailAttachment[] |
MailDataObject.attachments
A array containing the attachments to be send alongwith the mail. |
Methods in org.sape.carbon.services.email that return MailAttachment | |
MailAttachment[] |
MailDataObject.getAttachments()
Getter for attachments. |
Methods in org.sape.carbon.services.email with parameters of type MailAttachment | |
protected void |
SynchronousMailService.processAttachments(javax.mail.internet.MimeMessage message,
String body,
MailContentTypeEnum bodyType,
String charset,
MailAttachment[] attachments)
Used internally to attach the attachments in the the
MimeMessage |
protected javax.mail.BodyPart |
SynchronousMailService.attach(MailAttachment attachment,
String charset)
Attaches the MailAttachment . |
void |
MailDataObject.setAttachments(MailAttachment[] attachments)
Sets the Attachments to be send alongwith the mail. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |