Interface EmailMessagePart

    • Method Detail

      • getSize

        int getSize()
        Returns:
        size.
      • getFileName

        String getFileName()
        Returns:
        file name.
      • getEncoding

        String getEncoding()
        Returns:
        encoding.
      • getContentType

        String getContentType()
        Returns:
        content type.
      • getContent

        InputStream getContent()
        Returns:
        InputStream reference.