org.springframework.integration.mail
Class MailHeaders
java.lang.Object
org.springframework.integration.mail.MailHeaders
public abstract class MailHeaders
- extends Object
Pre-defined header names to be used for setting and/or retrieving Mail
Message attributes from/to integration Message Headers.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX
public static final String PREFIX
- See Also:
- Constant Field Values
SUBJECT
public static final String SUBJECT
- See Also:
- Constant Field Values
TO
public static final String TO
- See Also:
- Constant Field Values
CC
public static final String CC
- See Also:
- Constant Field Values
BCC
public static final String BCC
- See Also:
- Constant Field Values
FROM
public static final String FROM
- See Also:
- Constant Field Values
REPLY_TO
public static final String REPLY_TO
- See Also:
- Constant Field Values
MULTIPART_MODE
public static final String MULTIPART_MODE
- See Also:
- Constant Field Values
ATTACHMENT_FILENAME
public static final String ATTACHMENT_FILENAME
- See Also:
- Constant Field Values
MailHeaders
public MailHeaders()
Copyright © 2010. All Rights Reserved.