FaxDocument.ReceiptType property

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

This property is read/write.

Syntax

Property ReceiptType As Integer

Property value

A variable of type FAX_RECEIPT_TYPE_ENUM that specifies or receives a receipt type. For possible values, see FAX_RECEIPT_TYPE_ENUM.

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 ReceiptAddress property. If the receipt type is set to 0x0004, the message box will appear on the computer from which the document was sent. By default, ReceiptType is set to 0x0000, indicating that no receipt will be sent.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxDocument

IFaxDocument