public interface MIMEMultipartRelated extends ExtensibilityElement, java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
addMIMEPart(MIMEPart mimePart)
Add a MIME part to this MIME multipart related.
|
java.util.List |
getMIMEParts()
Get all the MIME parts defined here.
|
MIMEPart |
removeMIMEPart(MIMEPart mimePart)
Remove a MIME part to this MIME multipart related.
|
getElementType, getRequired, setElementType, setRequired
void addMIMEPart(MIMEPart mimePart)
mimePart
- the MIME part to be addedMIMEPart removeMIMEPart(MIMEPart mimePart)
mimePart
- the MIME part to be remove.java.util.List getMIMEParts()
Copyright ? 2003, 2013 IBM. All Rights Reserved.