|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DispositionNotification | |
|---|---|
| org.exoplatform.mail.service.impl | |
| Uses of DispositionNotification in org.exoplatform.mail.service.impl |
|---|
| Methods in org.exoplatform.mail.service.impl that return DispositionNotification | |
|---|---|
DispositionNotification |
MultipartReport.getDispositionNotification()
Get the disposition notification associated with this multipart/report. |
| Methods in org.exoplatform.mail.service.impl with parameters of type DispositionNotification | |
|---|---|
void |
MultipartReport.setDispositionNotification(DispositionNotification notification)
Set the disposition notification associated with this multipart/report. |
| Constructors in org.exoplatform.mail.service.impl with parameters of type DispositionNotification | |
|---|---|
MultipartReport(java.lang.String text,
DispositionNotification notification)
Construct a multipart/report object with the specified plain text and disposition notification to be returned to the user. |
|
MultipartReport(java.lang.String text,
DispositionNotification notification,
javax.mail.internet.InternetHeaders hdr)
Construct a multipart/report object with the specified plain text, disposition notification, and headers from the original message to be returned to the user. |
|
MultipartReport(java.lang.String text,
DispositionNotification notification,
javax.mail.internet.MimeMessage msg)
Construct a multipart/report object with the specified plain text, disposition notification, and original message to be returned to the user. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||