@Deprecated public class MesageLoadOptions extends Object
This class allows the user to specify additional options when loading a message.
Constructor and Description |
---|
MesageLoadOptions()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MesageLoadOptions |
getDefaultEml()
Deprecated.
|
static MesageLoadOptions |
getDefaultMsg()
Deprecated.
|
int |
getFileCompatibilityMode()
Deprecated.
|
MessageFormat |
getMessageFormat()
Deprecated.
|
Charset |
getPrefferedTextEncoding()
Deprecated.
|
void |
setFileCompatibilityMode(int value)
Deprecated.
|
void |
setMessageFormat(MessageFormat value)
Deprecated.
|
void |
setPrefferedTextEncoding(Charset value)
Deprecated.
|
@Deprecated public MesageLoadOptions()
Initializes a new instance of the Aspose.Email.Mail.MesageLoadOptions
class.
public Charset getPrefferedTextEncoding()
public void setPrefferedTextEncoding(Charset value)
@Deprecated public MessageFormat getMessageFormat()
Represents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml.
@Deprecated public void setMessageFormat(MessageFormat value)
@Deprecated public int getFileCompatibilityMode()
Defines inner conversions,that are necessarily to be done when loading a message. The default value is FileCompatibilityMode.None.
@Deprecated public void setFileCompatibilityMode(int value)
@Deprecated public static MesageLoadOptions getDefaultEml()
Gets options with default values for Eml format of message.
@Deprecated public static MesageLoadOptions getDefaultMsg()
Gets options with default values for Msg format of message.
Copyright (c) 2008-2014 Aspose Pty Ltd. All Rights Reserved.