IFaxDocument::put_ReceiptType method (faxcomex.h)

The IFaxDocument::get_ReceiptType property specifies the type of delivery receipt to deliver when the fax job reaches a final state.

This property is read/write.

Syntax

HRESULT put_ReceiptType(
  FAX_RECEIPT_TYPE_ENUM ReceiptType
);

Parameters

ReceiptType

Return value

None

Remarks

The fax service sends a report (a delivery receipt) to the sender of the fax when the fax completes successfully or when the fax transmission fails.

If an email receipt will be sent, an address has to be provided in the IFaxDocument::get_ReceiptAddress property. If the receipt type is set to frtMSGBOX, the message box will appear on the computer from which the document was sent. By default, ReceiptType is set to frtNONE, indicating that no receipt will be sent.

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

FaxDocument

IFaxDocument

Visual Basic Example