Interface MIMEMultipartRelated

All Superinterfaces:
ExtensibilityElement, Serializable
All Known Implementing Classes:
MIMEMultipartRelatedImpl

public interface MIMEMultipartRelated extends ExtensibilityElement, Serializable
Author:
Matthew J. Duftler (duftler@us.ibm.com)
  • Method Details

    • addMIMEPart

      void addMIMEPart(MIMEPart mimePart)
      Add a MIME part to this MIME multipart related.
      Parameters:
      mimePart - the MIME part to be added
    • removeMIMEPart

      MIMEPart removeMIMEPart(MIMEPart mimePart)
      Remove a MIME part to this MIME multipart related.
      Parameters:
      mimePart - the MIME part to be remove.
      Returns:
      the MIME part which was removed.
    • getMIMEParts

      List getMIMEParts()
      Get all the MIME parts defined here.