Get the filename associated with this part, if possible. Useful if this part represents an "attachment" that was loaded from a file. The filename will usually be a simple name, not including directory components. @return Filename to associate with this part @exception MessagingException for failur
()
| 214 | * @exception MessagingException for failures |
| 215 | */ |
| 216 | public String getFileName() throws MessagingException; |
| 217 | |
| 218 | /** |
| 219 | * Set the filename associated with this part, if possible. |
no outgoing calls
no test coverage detected