public class EmailOptions extends Object
Provides options for rendering Email documents.
Constructor and Description |
---|
EmailOptions() |
Modifier and Type | Method and Description |
---|---|
Charset |
getEncoding()
The document encoding.
|
com.aspose.ms.System.Text.Encoding |
getEncodingInternal()
The document encoding.
|
void |
setEncoding(Charset value)
The encoding.
|
void |
setEncodingInternal(com.aspose.ms.System.Text.Encoding value)
Sets encoding internal.
|
public Charset getEncoding()
The document encoding.
The following example demonstrates how to set Encoding of email document when rendering as an image.Charset
object.public com.aspose.ms.System.Text.Encoding getEncodingInternal()
The document encoding.
The following example demonstrates how to set Encoding of email document when rendering as an image.Encoding
object.public void setEncoding(Charset value)
The encoding.
value
- the encodingpublic void setEncodingInternal(com.aspose.ms.System.Text.Encoding value)
value
- the valueCopyright © 2018. All rights reserved.