|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MhtMessageFormatter
public class MhtMessageFormatter
Provides a default formatter for Mht conversion.
Constructor Summary | |
---|---|
MhtMessageFormatter()
Creates an instance of MhtMessageFormatter. |
Method Summary | |
---|---|
void |
format(MailMessage message)
Adds information header into message body. |
String |
getAttachmentFormat()
Gets or sets the attachment format. |
String |
getCcFormat()
Gets or sets the cc format. |
String |
getDateTimeFormat()
Gets or sets the date time format. |
HashMap<String,String> |
getFormatTemplates()
Gets the format templates. |
String |
getFormFormat()
Gets or sets the form format. |
boolean |
getSaveAttachments()
Gets or sets a value indicating whether [save attachments]. |
String |
getSentFormat()
Gets or sets the sent format. |
String |
getSubjectFormat()
Gets or sets the subject format. |
String |
getToFormat()
Gets or sets to format. |
void |
setAttachmentFormat(String value)
|
void |
setCcFormat(String value)
|
void |
setDateTimeFormat(String value)
|
void |
setFormFormat(String value)
|
void |
setSaveAttachments(boolean value)
|
void |
setSentFormat(String value)
|
void |
setSubjectFormat(String value)
|
void |
setToFormat(String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MhtMessageFormatter()
Creates an instance of MhtMessageFormatter.
Method Detail |
---|
public void format(MailMessage message)
Adds information header into message body.
message
- The MailMessage to be formatted.public boolean getSaveAttachments()
Gets or sets a value indicating whether [save attachments].
Value:true
if [save attachments]; otherwise, false
.
public void setSaveAttachments(boolean value)
public String getDateTimeFormat()
Gets or sets the date time format.
Value: The date time format.
public void setDateTimeFormat(String value)
public String getFormFormat()
Gets or sets the form format.
Value: The form format.
public void setFormFormat(String value)
public String getSentFormat()
Gets or sets the sent format.
Value: The sent format.
public void setSentFormat(String value)
public String getToFormat()
Gets or sets to format.
Value: To format.
public void setToFormat(String value)
public String getCcFormat()
Gets or sets the cc format.
Value: The cc format.
public void setCcFormat(String value)
public String getSubjectFormat()
Gets or sets the subject format.
Value: The subject format.
public void setSubjectFormat(String value)
public String getAttachmentFormat()
Gets or sets the attachment format.
Value: The attachment format.
public void setAttachmentFormat(String value)
public HashMap<String,String> getFormatTemplates()
Gets the format templates.
Value: The format templates.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |