public class MhtTemplateName extends Object
Defines well known names of headers for Mhtml formatting.
Modifier and Type | Class and Description |
---|---|
static class |
MhtTemplateName.Contact
Defines well known names of headers of Contact for Mhtml formatting.
|
static class |
MhtTemplateName.Task
Defines well known names of headers of Task for Mhtml formatting.
|
Modifier and Type | Field and Description |
---|---|
static String |
ATTACHMENTS
Attachments header.
|
static String |
BCC
Bcc header.
|
static String |
CC
Cc header.
|
static String |
DATE_TIME
DateTime header.
|
static String |
END
End header.
|
static String |
FROM
From header.
|
static String |
IMPORTANCE
Importance header.
|
static String |
LOCATION
Location header.
|
static String |
ORGANIZER
Organizer header.
|
static String |
PAGE_HEADER
PageHeader header.
|
static String |
RECURRENCE
Recurrence header.
|
static String |
RECURRENCE_PATTERN
RecurrencePattern header.
|
static String |
REQUIRED_ATTENDEES
RequiredAttendees header.
|
static String |
SENT
Sent header.
|
static String |
SHOW_TIME_AS
ShowTimeAs header.
|
static String |
START
Start header.
|
static String |
SUBJECT
Subject header.
|
static String |
TAB_FIELD
This name used for indent in multiline header.
|
static String |
TO
From header.
|
Constructor and Description |
---|
MhtTemplateName() |
public static final String PAGE_HEADER
PageHeader header.
public static final String FROM
From header.
public static final String SENT
Sent header.
public static final String TO
From header.
public static final String CC
Cc header.
public static final String BCC
Bcc header.
public static final String SUBJECT
Subject header.
public static final String DATE_TIME
DateTime header.
public static final String IMPORTANCE
Importance header.
public static final String ATTACHMENTS
Attachments header.
public static final String LOCATION
Location header.
public static final String START
Start header.
public static final String END
End header.
public static final String SHOW_TIME_AS
ShowTimeAs header.
public static final String RECURRENCE
Recurrence header.
public static final String RECURRENCE_PATTERN
RecurrencePattern header.
public static final String ORGANIZER
Organizer header.
public static final String REQUIRED_ATTENDEES
RequiredAttendees header.
public static final String TAB_FIELD
This name used for indent in multiline header.