public final class EmailSaveOptions extends Object implements ISaveOptions
Allows to specify custom options for generating and saving electronic mail (email) documents
| Constructor and Description |
|---|
EmailSaveOptions()
Initializes a new instance of the
EmailSaveOptions class, where all options are set to their default values |
EmailSaveOptions(int mailMessageOutput)
Initializes a new instance of the
EmailSaveOptions class with MailMessageOutput(getMailMessageOutput()/setMailMessageOutput(int)) parameter |
| Modifier and Type | Method and Description |
|---|---|
int |
getMailMessageOutput()
Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the
Editor#save(EditableDocument,Stream,ISaveOptions) method |
void |
setMailMessageOutput(int value)
Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the
Editor#save(EditableDocument,Stream,ISaveOptions) method |
public EmailSaveOptions()
Initializes a new instance of the EmailSaveOptions class, where all options are set to their default values
public EmailSaveOptions(int mailMessageOutput)
Initializes a new instance of the EmailSaveOptions class with MailMessageOutput(getMailMessageOutput()/setMailMessageOutput(int)) parameter
mailMessageOutput - The mail message output, which also can be specified through the propertypublic final int getMailMessageOutput()
Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the Editor#save(EditableDocument,Stream,ISaveOptions) method
MailMessageOutput.Allpublic final void setMailMessageOutput(int value)
Allows to control which parts of the mail message should be delivered to the output email document, which will be generated and saved with the Editor#save(EditableDocument,Stream,ISaveOptions) method
MailMessageOutput.AllCopyright © 2024. All rights reserved.