IFaxDocument::put_CoverPage method (faxcomex.h)
The IFaxDocument::get_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
HRESULT put_CoverPage(
BSTR bstrCoverPage
);
Parameters
bstrCoverPage
Return value
None
Remarks
To specify a server-based cover page file, you must set the IFaxDocument::get_CoverPageType property to fcptSERVER.
To specify a local or personal cover page file, you must set the IFaxDocument::get_CoverPageType property to fcptLOCAL.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |
DLL | Fxscomex.dll |