Interface IIMAPBodyPart
public interface IIMAPBodyPart
Interface for IMAP Attachment
Give access to :
- size
- content
- InputStream
- and name, description and type
-
Method Summary
-
Method Details
-
getSize
int getSize() -
getContent
Object getContent() -
getInputStream
InputStream getInputStream() -
getFileName
String getFileName() -
getContentType
String getContentType() -
getDescription
String getDescription()
-