org.apache.james.mime4j.samples.dom
Class MultipartMessage
java.lang.Object
org.apache.james.mime4j.samples.dom.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartMessage
public MultipartMessage()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.