Initializes a new instance of the EmailSaveOptions class with MailMessageOutput (#getMailMessageOutput.getMailMessageOutput/#setMailMessageOutput.setMailMessageOutput) parameter
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
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
EmailSaveOptions()
public EmailSaveOptions()
Initializes a new instance of the EmailSaveOptions class, where all options are set to their default values
EmailSaveOptions(int mailMessageOutput)
public EmailSaveOptions(int mailMessageOutput)
Initializes a new instance of the EmailSaveOptions class with MailMessageOutput (#getMailMessageOutput.getMailMessageOutput/#setMailMessageOutput.setMailMessageOutput) parameter
Parameters:
Parameter
Type
Description
mailMessageOutput
int
The mail message output, which also can be specified through the property
getMailMessageOutput()
public 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
Value: Flagged enum that controls the parts of the mail message, which should be processed. Default value is MailMessageOutput.All
Returns:
int
setMailMessageOutput(int value)
public 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
Value: Flagged enum that controls the parts of the mail message, which should be processed. Default value is MailMessageOutput.All
Parameters:
Parameter
Type
Description
value
int
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.