public class MsgLoadOptions extends LoadOptions
Allows to specify additional options when loading MailMessage from Msg format.
Constructor and Description |
---|
MsgLoadOptions()
Initializes a new instance of this class that can be used to loading MailMessage from Msg format.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDecodeClearSignedContent()
Gets or sets a value indicating whether clear-signed message will be decoded.
|
boolean |
getPreserveTnefAttachments()
Controls loading TNEF attachment behavior.
|
void |
setDecodeClearSignedContent(boolean value)
Gets or sets a value indicating whether clear-signed message will be decoded.
|
void |
setPreserveTnefAttachments(boolean value)
Controls loading TNEF attachment behavior.
|
getMessageFormat, getPrefferedTextEncoding, getPreserveEmbeddedMessageFormat, setPrefferedTextEncoding, setPreserveEmbeddedMessageFormat
public MsgLoadOptions()
Initializes a new instance of this class that can be used to loading MailMessage from Msg format.
public final boolean getPreserveTnefAttachments()
Controls loading TNEF attachment behavior.
public final void setPreserveTnefAttachments(boolean value)
Controls loading TNEF attachment behavior.
public final boolean getDecodeClearSignedContent()
Gets or sets a value indicating whether clear-signed message will be decoded.
Value:true
if clear-signed message will be decoded; otherwise, false
.public final void setDecodeClearSignedContent(boolean value)
Gets or sets a value indicating whether clear-signed message will be decoded.
Value:true
if clear-signed message will be decoded; otherwise, false
.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.