public final class EmailLoadOptions extends LoadOptions implements 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() |
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<com.groupdocs.conversion.options.load.EmailField,String> |
getFieldTextMap()
Gets the mapping between email message
|
EmailFileType |
getFormat()
Input document file type.
|
double |
getTimeZoneOffset()
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates.
|
com.aspose.ms.System.TimeSpan |
getTimeZoneOffsetInternal() |
boolean |
isConvertAttachments()
Deprecated.
This property will be removed. Use ConvertOwned instead
|
boolean |
isConvertOwned() |
boolean |
isConvertOwner() |
boolean |
isPreserveOriginalDate()
Defines whether need to keep original date header string in mail message when saving or not (Default value is true)
|
void |
setConvertAttachments(boolean convertAttachments)
Deprecated.
This property will be removed. Use ConvertOwned instead
|
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<com.groupdocs.conversion.options.load.EmailField,String> fieldTextMap)
Sets the mapping between email message
|
void |
setFormat(EmailFileType value)
Input document file type.
|
void |
setPreserveOriginalDate(boolean preserveOriginalDate)
Defines whether need to keep original date header string in mail message when saving or not
|
void |
setTimeZoneOffset(double value)
Gets or sets the Coordinated Universal Time (UTC) offset for the message dates.
|
equals, equals, hashCode, op_Equality, op_Inequality
public EmailLoadOptions()
Initializes new instance of EmailLoadOptions
class.
public final EmailFileType getFormat()
Input document file type.
public final void setFormat(EmailFileType value)
Input document file type.
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 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.
@Deprecated public boolean isConvertAttachments()
@Deprecated public void setConvertAttachments(boolean convertAttachments)
convertAttachments
- Option to convert attachments in source email or not.public Map<com.groupdocs.conversion.options.load.EmailField,String> getFieldTextMap()
public void setFieldTextMap(Map<com.groupdocs.conversion.options.load.EmailField,String> fieldTextMap)
fieldTextMap
- mappingpublic boolean isPreserveOriginalDate()
public void setPreserveOriginalDate(boolean preserveOriginalDate)
preserveOriginalDate
- preserve original datepublic boolean isConvertOwner()
public void setConvertOwner(boolean convertOwner)
public boolean isConvertOwned()
public void setConvertOwned(boolean convertOwned)
public int getDepth()
public void setDepth(int depth)