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
- Set the SendCoverpage property equal to TRUE.
- Set the ServerCoverpage property equal to TRUE.
- Set the CoverpageName property to a valid common cover page file.
To send a personal cover page
- Set the SendCoverpage property equal to TRUE.
- Set the ServerCoverpage property equal to FALSE.
- Set the CoverpageName property to a valid personal cover page file.
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).