Platform SDK: Fax Services

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::put_SendCoverpage, IFaxDoc::putServerCoverpage, and IFaxDoc::put_CoverpageName. If you are writing a Visual Basic application, see FaxDoc object (Visual Basic) 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 (Visual Basic).