public class EmailContentDescriptor extends ContentDescriptor<EmailContent>
| Constructor and Description |
|---|
EmailContentDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
static FileType |
convertFileFormat(int asposeFileFormat) |
IContentDescriptor |
deepClone()
Creates a copy of this
IContentDescriptor |
void |
initFromStream(StreamContainer inputStream)
Initializes the current instance of
IContentDescriptor from specified stream. |
protected EmailContent |
performCreateInstance(LoadOptions options,
WatermarkerSettings watermarkerSettings)
Creates an instance of content.
|
canLoad, createInstance, getContentType, getFileType, getInfo, getStream, isEncrypted, setEncrypted, setFileTypepublic static FileType convertFileFormat(int asposeFileFormat)
public IContentDescriptor deepClone()
ContentDescriptor
Creates a copy of this IContentDescriptor
deepClone in interface IContentDescriptordeepClone in class ContentDescriptor<EmailContent>IContentDescriptorpublic void initFromStream(StreamContainer inputStream)
ContentDescriptor
Initializes the current instance of IContentDescriptor from specified stream.
initFromStream in interface IContentDescriptorinitFromStream in class ContentDescriptor<EmailContent>inputStream - Stream to initialize current instance from.protected EmailContent performCreateInstance(LoadOptions options, WatermarkerSettings watermarkerSettings)
ContentDescriptorCreates an instance of content.
performCreateInstance in class ContentDescriptor<EmailContent>options - Additional options to use when loading a content.watermarkerSettings - The settings for customizing Watermarker behaviour.Copyright © 2026. All rights reserved.