FaxDoc.SendCoverpage property

Sets or retrieves the SendCoverpage property for a FaxDoc object. The SendCoverpage 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

Property SendCoverpage As Boolean

Property value

A Boolean that specifies or receives a value that indicates whether the fax service includes a user-defined cover page or a common cover page with the fax transmission.

Remarks

To send a cover page with a fax document, the following are required:

  • The SendCoverpage property must be equal to True.
  • The CoverpageName property must specify a valid cover page file.

In addition, the ServerCoverpage property must be equal to True if the cover page file is a common cover page file. For more information, see CoverpageName.

You can call the ServerCoverpage method to determine whether the fax server is configured to permit personal cover pages.

The SendCoverpage method allocates the memory required for the buffer pointed to by the pVal parameter. The client application must call the SysFreeString function to deallocate the resources associated with this parameter. For more information, see Freeing Fax Resources.

For more information, see Cover Pages and Sending a Cover Page.

Requirements

Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Faxcom.h
DLL
Faxcom.dll

See also

FaxDoc

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxDoc

FileName

ServerCoverpage

SysFreeString