Interface IIMAPBodyPart
public interface IIMAPBodyPart
Interface for IMAP Attachment
 Give access to :
 - size
 - content
 - InputStream
 - and name, description and type
- 
Method Summary
- 
Method Details- 
getSizeint getSize()
- 
getContentObject getContent()
- 
getInputStreamInputStream getInputStream()
- 
getFileNameString getFileName()
- 
getContentTypeString getContentType()
- 
getDescriptionString getDescription()
 
-