Returns the Content-Type of the content of this part. Returns null if the Content-Type could not be determined. The MIME typing system is used to name Content-types. @return The ContentType of this part @exception MessagingException for failures @see javax.activation.DataHandler
()
| 112 | * @see javax.activation.DataHandler |
| 113 | */ |
| 114 | public String getContentType() throws MessagingException; |
| 115 | |
| 116 | /** |
| 117 | * Is this Part of the specified MIME type? This method |
no outgoing calls
no test coverage detected