com.openexchange.messaging
Interface MessagingBodyPart

All Superinterfaces:
MessagingPart
All Known Implementing Classes:
SimpleMessagingMessage

public interface MessagingBodyPart
extends MessagingPart

MessagingBodyPart - A messaging part occurring within a multipart.

Since:
Open-Xchange v6.16
Author:
Francisco Laguna, Thorben Betten

Field Summary
 
Fields inherited from interface com.openexchange.messaging.MessagingPart
ATTACHMENT, INLINE
 
Method Summary
 MultipartContent getParent()
          Gets the multipart parent.
 
Methods inherited from interface com.openexchange.messaging.MessagingPart
getContent, getContentType, getDisposition, getFileName, getFirstHeader, getHeader, getHeaders, getSectionId, getSize, writeTo
 

Method Detail

getParent

MultipartContent getParent()
                           throws MessagingException
Gets the multipart parent.

Returns:
The multipart parent
Throws:
MessagingException - If multipart parent cannot be returned