public class EmlLoadOptions extends LoadOptions
Allows to specify additional options when loading MailMessage from Eml format.
| Constructor and Description |
|---|
EmlLoadOptions()
Initializes a new instance of this class that can be used to loading MailMessage from Eml format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPreserveTnefAttachments()
Controls TNEF attachment loading behaviour.
|
void |
setPreserveTnefAttachments(boolean value)
Controls TNEF attachment loading behaviour.
|
getMessageFormat, getPreferredTextEncoding, getPrefferedTextEncoding, getPreserveEmbeddedMessageFormat, setPreferredTextEncoding, setPrefferedTextEncoding, setPreserveEmbeddedMessageFormatpublic EmlLoadOptions()
Initializes a new instance of this class that can be used to loading MailMessage from Eml format.
public final boolean getPreserveTnefAttachments()
Controls TNEF attachment loading behaviour. By default the value is false.
public final void setPreserveTnefAttachments(boolean value)
Controls TNEF attachment loading behaviour. By default the value is false.
Copyright (c) 2008-2023 Aspose Pty Ltd. All Rights Reserved.