FAX_COVERPAGE_TYPE_ENUM enumeration (faxcomex.h)

The FAX_COVERPAGE_TYPE_ENUM enumeration defines whether a cover page template file is a local computer cover page or a server-based cover page. It can also specify that no file is used.

Syntax

typedef enum FAX_COVERPAGE_TYPE_ENUM {
  fcptNONE = 0,
  fcptLOCAL,
  fcptSERVER
} ;

Constants

 
fcptNONE
Value: 0
No cover page.
fcptLOCAL
Use a cover page from local computer.
fcptSERVER
Use a cover page from the fax server common coverpages folder.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header faxcomex.h

See also

IFaxDocument::get_CoverPageType