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