A convenience method that sets the given String as this part's content with a MIME type of "text/plain". @param text The text that is the Message's content. @exception IllegalWriteException if the underlying implementation does not support modification of existing values @exception Illegal
(String text)
| 327 | * @exception MessagingException for other failures |
| 328 | */ |
| 329 | public void setText(String text) throws MessagingException; |
| 330 | |
| 331 | /** |
| 332 | * This method sets the given Multipart object as this message's |
no outgoing calls
no test coverage detected