public abstract class LoadOptions extends Object
This is an abstract base class for classes that allow the user to specify additional options when loading a MailMessage from a particular format.
Constructor and Description |
---|
LoadOptions() |
Modifier and Type | Method and Description |
---|---|
MessageFormat |
getMessageFormat()
Represents the mail message format.It can be in eml,msg or mhtml format.
|
Charset |
getPrefferedTextEncoding()
Gets or sets preferred encoding for message.
|
void |
setPrefferedTextEncoding(Charset value)
Gets or sets preferred encoding for message.
|
public Charset getPrefferedTextEncoding()
Gets or sets preferred encoding for message. The default value is null.
public void setPrefferedTextEncoding(Charset value)
Gets or sets preferred encoding for message. The default value is null.
value
- A preferred encoding for messagepublic MessageFormat getMessageFormat()
Represents the mail message format.It can be in eml,msg or mhtml format. The default value is Eml.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.