Class MultipartMessage


  • public class MultipartMessage
    extends Object
    Creates a multipart/mixed message that consists of a text/plain and an image/png part. The image is created on the fly; a similar technique can be used to create PDF or XML attachments, for example.
    • Constructor Detail

      • MultipartMessage

        public MultipartMessage()