Interface MessageWithAttachments


public interface MessageWithAttachments
Author:
James Snell (jasnell@us.ibm.com)
  • Method Details

    • hasAttachments

      boolean hasAttachments()
    • getAttachments

      Hashtable getAttachments()
    • getAttachment

      Object getAttachment(String id)
    • getAttachment

      Object getAttachment(int index)