public enum HeaderNames extends Enum<HeaderNames>
| Enum Constant and Description |
|---|
BCC
The header name 'Bcc'.
|
CC
The header name 'Cc'.
|
COLON
The header name ':'.
|
COMMENTS
The header name 'Comments'.
|
CONTENT_LENGTH
The header name ''.
|
CONTENT_MD5
The header name 'Content-MD5'.
|
CONTENT_TRANSFER_ENCODING
The header name 'Content-Transfer-Encoding'.
|
CONTENT_TYPE
The header name 'Content-Type'.
|
DATE
The header name 'Date'.
|
ERRORS_TO
The header name 'Errors-To'.
|
FROM
The header name 'From'.
|
IN_REPLY_TO
The header name 'In-Reply-To'.
|
KEYWORDS
The header name 'Keywords'.
|
MESSAGE_ID
The header name 'Message-Id'.
|
MIME_VERSION
The header name 'MIME-Version'.
|
RECEIVED
The header name 'Received'.
|
REFERENCES
The header name 'References'.
|
REPLY_TO
The header name 'Reply-To'.
|
RESENT_BCC
The header name 'Resent-Bcc'.
|
RESENT_CC
The header name 'Resent-Cc'.
|
RESENT_DATE
The header name 'Resent-Date'.
|
RESENT_FROM
The header name 'Resent-From'.
|
RESENT_MESSAGE_ID
The header name 'Resent-Message-Id'.
|
RESENT_SENDER
The header name 'Resent-Sender'.
|
RESENT_TO
The header name 'Resent-To'.
|
RETURN_PATH
The header name 'Return-Path'.
|
SENDER
The header name 'Sender'.
|
STATUS
The header name 'Status'.
|
SUBJECT
The header name 'Subject'.
|
TO
The header name 'To'.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName()
Gets the header name.
|
static HeaderNames |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HeaderNames[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HeaderNames RETURN_PATH
public static final HeaderNames RECEIVED
public static final HeaderNames RESENT_DATE
public static final HeaderNames RESENT_FROM
public static final HeaderNames RESENT_SENDER
public static final HeaderNames RESENT_TO
public static final HeaderNames RESENT_CC
public static final HeaderNames RESENT_BCC
public static final HeaderNames RESENT_MESSAGE_ID
public static final HeaderNames DATE
public static final HeaderNames FROM
public static final HeaderNames SENDER
public static final HeaderNames REPLY_TO
public static final HeaderNames TO
public static final HeaderNames CC
public static final HeaderNames BCC
public static final HeaderNames MESSAGE_ID
public static final HeaderNames IN_REPLY_TO
public static final HeaderNames REFERENCES
public static final HeaderNames SUBJECT
public static final HeaderNames COMMENTS
public static final HeaderNames KEYWORDS
public static final HeaderNames ERRORS_TO
public static final HeaderNames MIME_VERSION
public static final HeaderNames CONTENT_TYPE
public static final HeaderNames CONTENT_TRANSFER_ENCODING
public static final HeaderNames CONTENT_MD5
public static final HeaderNames COLON
public static final HeaderNames CONTENT_LENGTH
public static final HeaderNames STATUS
public static HeaderNames[] values()
for (HeaderNames c : HeaderNames.values()) System.out.println(c);
public static HeaderNames valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getHeaderName()
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.