public interface IncomingMessage extends Message
Message interface.
| Modifier and Type | Method and Description |
|---|---|
List<ContentMessage> |
getHtmlContents()
Returns all the html contents.
|
String |
getHtmlContentsAsString()
Returns all the html contents as one string.
|
String |
getHtmlContentsAsString(String delimiter)
Returns all the html contents as one string, separated by a delimiter, which is set up in the parameter.
|
List<ContentMessage> |
getTextContents()
Returns all the text contents.
|
String |
getTextContentsAsString()
Returns all the text contents as one string, separated by default delimiter.
|
String |
getTextContentsAsString(String delimiter)
Returns all the text contents as one string, separated by a delimiter, which is set up in the parameter.
|
getAttachments, getContents, getId, getReceivedDate, getRecipients, getSender, getSentDate, getSize, getSubject, getTransferEncoder, isSeenList<ContentMessage> getHtmlContents()
List<ContentMessage> getTextContents()
String getTextContentsAsString()
String getTextContentsAsString(String delimiter)
String getHtmlContentsAsString()
Copyright © 2023. All rights reserved.