Returns the MIME part with the given partID. @see com.libmailcore.IMAPPart#partID() @see com.libmailcore.IMAPMessagePart#partID() @see com.libmailcore.IMAPMultipart#partID()
(String partID)
| 86 | @see com.libmailcore.IMAPMultipart#partID() |
| 87 | */ |
| 88 | public native AbstractPart partForPartID(String partID); |
| 89 | |
| 90 | /** |
| 91 | Returns the HTML rendering of the message. |
no outgoing calls
no test coverage detected