EmailSaveOptions

Inheritance: java.lang.Object

All Implemented Interfaces: com.groupdocs.editor.options.ISaveOptions

public final class EmailSaveOptions implements ISaveOptions

Allows to specify custom options for generating and saving electronic mail (email) documents

Constructors

Constructor 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.getMailMessageOutput/#setMailMessageOutput.setMailMessageOutput) parameter

Methods

Method Description
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
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

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