XcmSvcMonAttachmentPDLSupport

  • Base type Integer32
  • Range 0 — 2147483647

This bit-mask defines a set of Page Description Languages which are acceptable for email attachments. The current set of values (which MAY be extended in the future) is given below: 1 : attachmentTIFF -- 2**0 (TIFF/TIF) 2 : attachmentPDF -- 2**1 (PDF) 4 : attachmentPS -- 2**2 (PS) 8 : attachmentTXT -- 2**3 (TXT) 16 : attachmentPCL -- 2**4 (PCL) 32 : attachmentPRN -- 2**5 (PRN) 64 : attachmentJPG -- 2**6 (JPG/JPEG) 128 : attachmentXPS -- 2**7 (XPS) 256 : attachmentPDFA -- 2**8 (PDF-A) Usage: The set of accepted attachment types is specified by adding together the various PDL values.