public final class EmailLoadOptions extends LoadOptions implements com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions, Cloneable, Serializable
Options for loading Email documents.
Constructor and Description |
---|
EmailLoadOptions()
Initializes new instance of
EmailLoadOptions class. |
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones current instance.
|
int |
getDepth()
Option to control how many levels in depth to perform conversion
|
boolean |
getDisplayBccEmailAddress()
Option to display or hide "Bcc" email address.
|
boolean |
getDisplayCcEmailAddress()
Option to display or hide "Cc" email address.
|
boolean |
getDisplayEmailAddress()
Option to display or hide email address.
|
boolean |
getDisplayFromEmailAddress()
Option to display or hide "from" email address.
|
boolean |
getDisplayHeader()
Option to display or hide the email header.
|
boolean |
getDisplayToEmailAddress()
Option to display or hide "to" email address.
|
Map<EmailField,String> |
getFieldTextMap()
Gets the mapping between email message
|
EmailFileType |
getFormat()
Input document file type
|
com.aspose.ms.System.TimeSpan |
getResourceLoadingTimeout()
|
Double |
getTimeZoneOffset()
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates.
|
com.aspose.ms.System.TimeSpan |
getTimeZoneOffsetInternal() |
boolean |
isConvertOwned()
Option to control whether the owned documents in the documents container must be converted
|
boolean |
isConvertOwner()
Gets option to control whether the documents container itself must be converted
|
boolean |
isPreserveOriginalDate()
Defines whether need to keep original date header string in mail message when saving or not (Default value is true)
|
void |
setConvertOwned(boolean convertOwned) |
void |
setConvertOwner(boolean convertOwner) |
void |
setDepth(int depth) |
void |
setDisplayBccEmailAddress(boolean value)
Option to display or hide "Bcc" email address.
|
void |
setDisplayCcEmailAddress(boolean value)
Option to display or hide "Cc" email address.
|
void |
setDisplayEmailAddress(boolean value)
Option to display or hide email address.
|
void |
setDisplayFromEmailAddress(boolean value)
Option to display or hide "from" email address.
|
void |
setDisplayHeader(boolean value)
Option to display or hide the email header.
|
void |
setDisplayToEmailAddress(boolean value)
Option to display or hide "to" email address.
|
void |
setFieldTextMap(Map<EmailField,String> fieldTextMap)
Sets the mapping between email message
|
void |
setPreserveOriginalDate(boolean preserveOriginalDate)
Defines whether need to keep original date header string in mail message when saving or not
|
void |
setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan resourceLoadingTimeout)
|
void |
setTimeZoneOffset(Double value)
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates.
|
setFormat
equals, equals, hashCode, op_Equality, op_Inequality
public EmailLoadOptions()
Initializes new instance of EmailLoadOptions
class.
public final EmailFileType getFormat()
LoadOptions
Input document file type
getFormat
in class LoadOptions
public final boolean getDisplayHeader()
Option to display or hide the email header. Default: true.
public final void setDisplayHeader(boolean value)
Option to display or hide the email header. Default: true.
public final boolean getDisplayFromEmailAddress()
Option to display or hide "from" email address. Default: true.
public final void setDisplayFromEmailAddress(boolean value)
Option to display or hide "from" email address. Default: true.
public final boolean getDisplayEmailAddress()
Option to display or hide email address. Default: true.
public final void setDisplayEmailAddress(boolean value)
Option to display or hide email address. Default: true.
public final boolean getDisplayToEmailAddress()
Option to display or hide "to" email address. Default: true.
public final void setDisplayToEmailAddress(boolean value)
Option to display or hide "to" email address. Default: true.
public final boolean getDisplayCcEmailAddress()
Option to display or hide "Cc" email address. Default: false.
public final void setDisplayCcEmailAddress(boolean value)
Option to display or hide "Cc" email address. Default: false.
public final boolean getDisplayBccEmailAddress()
Option to display or hide "Bcc" email address. Default: false.
public final void setDisplayBccEmailAddress(boolean value)
Option to display or hide "Bcc" email address. Default: false.
public final Double getTimeZoneOffset()
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the localtime and UTC.
public com.aspose.ms.System.TimeSpan getTimeZoneOffsetInternal()
public com.aspose.ms.System.TimeSpan getResourceLoadingTimeout()
public void setResourceLoadingTimeout(com.aspose.ms.System.TimeSpan resourceLoadingTimeout)
public final void setTimeZoneOffset(Double value)
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates. This property defines the time zone difference, between the localtime and UTC.
public final Object deepClone()
Clones current instance.
public Map<EmailField,String> getFieldTextMap()
public void setFieldTextMap(Map<EmailField,String> fieldTextMap)
fieldTextMap
- mappingpublic boolean isPreserveOriginalDate()
public void setPreserveOriginalDate(boolean preserveOriginalDate)
preserveOriginalDate
- preserve original datepublic boolean isConvertOwner()
com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
isConvertOwner
in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public void setConvertOwner(boolean convertOwner)
public boolean isConvertOwned()
com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
isConvertOwned
in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public void setConvertOwned(boolean convertOwned)
public int getDepth()
com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
getDepth
in interface com.groupdocs.conversion.contracts.IDocumentsContainerLoadOptions
public void setDepth(int depth)