Platform SDK: Fax Services

Enabling MAPI Functionality in a Fax Client Application

The fax service supports two levels of integration with MAPI-aware client applications: a profile delivery method and an e-mail delivery method. The fax server can send delivery reports (DRs) and non-delivery reports (NDRs) using one of these delivery methods when it sends or receives fax transmissions.

For more information, see the following topics:

Delivery reports are not required for fax services and an application can specify that no delivery reports be sent.

To prevent the sending of delivery reports

In the Win32 Environment

In the COM Implementation Environment

You should not set the EmailAddress property of the FaxDoc object; nor should you set the ServerMapiProfile property of the FaxServer object.

For more information, see IFaxDoc::put_EmailAddress and IFaxServer::put_ServerMapiProfile. If you are writing a Visual Basic application, see FaxServer object (Visual Basic) and FaxDoc object (Visual Basic) for more information about these properties.