IFaxServer::put_ServerCoverpage method (faxcom.h)

Sets or retrieves the ServerCoverpage property for a FaxServer object. The ServerCoverpage property is a Boolean value that indicates whether the fax server permits the use of common cover pages only.

This property is read/write.

Syntax

HRESULT put_ServerCoverpage(
  BOOL newVal
);

Parameters

newVal

Return value

None

Remarks

If you set the ServerCoverpage property equal to TRUE, users will be able to transmit only approved cover pages that are located on the fax server. 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

Cover Pages

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

FaxServer

IFaxServer

Sending a Cover Page