|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MailContent | |
|---|---|
| org.silverpeas.mail | |
| Uses of MailContent in org.silverpeas.mail |
|---|
| Fields in org.silverpeas.mail declared as MailContent | |
|---|---|
static MailContent |
MailContent.EMPTY
|
| Methods in org.silverpeas.mail that return MailContent | |
|---|---|
MailContent |
MailToSend.getContent()
|
MailContent |
MailContent.notHtml()
Forces the information that the content is not an HTML one. |
static MailContent |
MailContent.of(javax.mail.Multipart multipart)
Gets a new instance of MimeMessage by specifying a content as a Multipart. |
static MailContent |
MailContent.of(String content)
Gets a new instance of MimeMessage by specifying a content as a string. |
MailContent |
MailContent.withContentType(String contentType)
Sets the content type. |
| Methods in org.silverpeas.mail with parameters of type MailContent | |
|---|---|
void |
MailToSend.setContent(MailContent content)
|
MailSending |
MailSending.withContent(MailContent content)
Permits to specify the content as MailContent of the mail. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||