FaxDocument.CoverPageType property

The CoverPageType property is a value from an enumeration that indicates whether a specified cover page template file (.cov) is a server-based cover page file or a local-computer-based cover page file. You can also specify that no file is used.

This property is read/write.

Syntax

Property CoverPageType As Integer

Property value

A variable of type FAX_COVERPAGE_TYPE_ENUM that specifies or receives a value indicating whether the cover page template file specified by the CoverPageType property is a local computer cover page or a server-based cover page. It can also specify that no file is used. For possible values, see FAX_COVERPAGE_TYPE_ENUM.

Remarks

By default, CoverPageType is set to 0, indicating that no file is used.

Provide the name of the cover page in the CoverPage property.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxDocument

IFaxDocument