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 |
getPreserveTnefAttachments()
Controls loading TNEF attachment behaviour.
|
void |
setPreserveTnefAttachments(boolean value)
Controls loading TNEF attachment behaviour.
|
getMessageFormat, getPrefferedTextEncoding, setPrefferedTextEncoding
public MsgLoadOptions()
Initializes a new instance of this class that can be used to loading MailMessage from Msg format.
public boolean getPreserveTnefAttachments()
Controls loading TNEF attachment behaviour.
public void setPreserveTnefAttachments(boolean value)
Controls loading TNEF attachment behaviour.
value
- a boolean.Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.