Returns the MIME part with the given uniqueID. @see com.libmailcore.AbstractPart#uniqueID()
(String uniqueID)
| 68 | @see com.libmailcore.AbstractPart#uniqueID() |
| 69 | */ |
| 70 | public native AbstractPart partForUniqueID(String uniqueID); |
| 71 | |
| 72 | /** Sets a Content-Type parameter. */ |
| 73 | public native void setContentTypeParameter(String name, String value); |
no outgoing calls
no test coverage detected