2.2.78 FAX_ENUM_COVERPAGE_FORMATS

The FAX_ENUM_COVERPAGE_FORMAT enumeration defines the types of cover page templates that the server MUST support. Each cover page MUST be described by one of the following values:

 typedef  enum 
 {
   FAX_COVERPAGE_FMT_COV = 0x00000001,
   FAX_COVERPAGE_FMT_COV_SUBJECT_ONLY = 0x00000002
 } FAX_ENUM_COVERPAGE_FORMATS;

FAX_COVERPAGE_FMT_COV: Indicates it is a normal cover-page template.

FAX_COVERPAGE_FMT_COV_SUBJECT_ONLY: Indicates it is a subject-only cover-page template.