IFaxServer::get_ReceiptOptions method (faxcomex.h)

The IFaxServer::get_ReceiptOptions property creates a IFaxReceiptOptions configuration interface. The object permits a fax client application to set and retrieve the receipt configuration that the fax service uses to send fax receipts.

This property is read-only.

Syntax

HRESULT get_ReceiptOptions(
  IFaxReceiptOptions **ppFaxReceiptOptions
);

Parameters

ppFaxReceiptOptions

Return value

None

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxServer

IFaxServer

Visual Basic Example