IFaxDoc::get_ServerCoverpage method (faxcom.h)
Sets or retrieves the ServerCoverpage property for a FaxDoc object. The ServerCoverpage property is a Boolean value that indicates whether the specified cover page file is stored on the fax server.
This property is read/write.
Syntax
HRESULT get_ServerCoverpage(
BOOL *pVal
);
Parameters
pVal
Return value
None
Remarks
You can send a common cover page or a personal cover page with a fax document. For more information, see Cover Pages and Sending a Cover Page.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | faxcom.h |
DLL | Faxcom.dll |
See also
Fax Service Client API Interfaces
Fax Service Client API for Windows 2000