Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |