| | |
| | | |
| | | |
| | | /** |
| | | * Retrieves the MIME Type for the body of this message |
| | | * Retrieves the MIME Type for the body of this message. |
| | | * |
| | | * @return The MIME Type for this message |
| | | * @return The MIME Type for this message. |
| | | */ |
| | | public String getBodyMIMEType() |
| | | { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Specifies the MIME Type for the body of this message |
| | | * Specifies the MIME Type for the body of this message. |
| | | * |
| | | * @param bodyMIMEType The MIME Type for this message |
| | | * @param bodyMIMEType The MIME Type for this message. |
| | | */ |
| | | public void setBodyMIMEType(String bodyMIMEType) |
| | | { |