Return the disposition of this part. The disposition describes how the part should be presented to the user. (See RFC 2183.) The return value should be considered without regard to case. For example: String disp = part.getDisposition(); if (disp == null || disp.equalsIgnoreCase(
()
| 165 | * @see #getFileName |
| 166 | */ |
| 167 | public String getDisposition() throws MessagingException; |
| 168 | |
| 169 | /** |
| 170 | * Set the disposition of this part. |
no outgoing calls
no test coverage detected