public class HtmlSaveOptions extends SaveOptions
Allows to specify additional options when saving MailMessage to Html format.
Constructor and Description |
---|
HtmlSaveOptions()
Initializes a new instance of this class that can be used to save a MailMessage in the Html format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getEmbedResources()
Defines whether need embed resources in html content when saving or not.
|
void |
setEmbedResources(boolean value)
Defines whether need embed resources in html content when saving or not.
|
createSaveOptions, getDefaultEml, getDefaultHtml, getDefaultMhtml, getDefaultMsg, getDefaultMsgUnicode, getMailMessageSaveType, setMailMessageSaveType
public HtmlSaveOptions()
Initializes a new instance of this class that can be used to save a MailMessage in the Html format.
public boolean getEmbedResources()
Defines whether need embed resources in html content when saving or not. Default value is true.
public void setEmbedResources(boolean value)
Defines whether need embed resources in html content when saving or not. Default value is true.
value
- a boolean.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.