Share via


Sending a Cover Page (COM Implementation)

You can send a common cover page or a personal cover page with a fax transmission by setting the following properties of the FaxDoc object.

To send a common cover page

To send a personal cover page

For more information, see IFaxDoc::SendCoverpage Property, IFaxDoc::ServerCoverpage Property, and IFaxDoc::CoverpageName Property. If you are writing a Microsoft Visual Basic application, see FaxDoc for more information about setting these properties.

To determine if the fax server is configured to permit personal cover pages, you can call the IFaxServer::get_ServerCoverpage method.

To transmit a cover page with a fax, call the IFaxDoc::Send method (the Send method of the FaxDoc object).