FaxDocument.CoverPage property
The CoverPage property is a null-terminated string that contains the name of the cover page template file (.cov) to associate with the fax document.
This property is read/write.
Syntax
Property CoverPage As String
Property value
A String that specifies or receives the name of the cover page file to associate with the fax document. The string can consist of the file name only for a server-based cover page file, or the UNC path to a personal cover page file.
Remarks
To specify a server-based cover page file, you must set the CoverPageType property to 2.
To specify a local or personal cover page file, you must set the CoverPageType property to 1.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also