Enum OperationConverterMail.AttachmentModeEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationConverterMail.AttachmentModeEnum>
    Enclosing class:
    OperationConverterMail

    public static enum OperationConverterMail.AttachmentModeEnum
    extends Enum<OperationConverterMail.AttachmentModeEnum>
    Specifies the manner in which attachments are to be processed in e-mails. * embed = Embed in original format * remove = Remove attachments * convert = Converts the attachments to PDF format and embeds them as an attachment * convertMerge = Converts the attachments to PDF format and appends them as additional page(s) at the end **Important:** If conversion to PDF format is not possible when using \"convert\" or \"convertMerge\", the attachment will be embedded in its original format.