Java wrapper for the MailPart::Part class in Qore.
More...
|
|
| Part (QoreObject ds) |
| | creates the object
|
| |
|
String | getName () throws Throwable |
| | returns the name of the Part
|
| |
|
String | getMime () throws Throwable |
| | returns the mime type of the Part
|
| |
|
Object | getData () throws Throwable |
| | returns the data of the Part
|
| |
|
String | getTransferEncoding () throws Throwable |
| | returns the transfer encoding of the Part
|
| |
|
Map< String, String > | getHeaders () throws Throwable |
| | returns any headers for the Part
|
| |
Java wrapper for the MailPart::Part class in Qore.
- Note
- Loads and initializes the Qore library and the jni module in static initialization if necessary
- Deprecated:
- Use dynamic imports instead:
import qoremod.MailMessage.Part;
The documentation for this class was generated from the following file:
- /tmp/module-jni/src/java/org/qore/lang/mailmessage/Part.java