FaxDocument.ReceiptAddress property

The ReceiptAddress property is a null-terminated string that indicates the email address to which the fax service should send a delivery receipt when the fax job reaches a final state.

This property is read/write.

Syntax

Property ReceiptAddress As String

Property value

A String that specifies or receives the email address to which the fax service delivers receipts (delivery reports) for fax jobs. The fax service sends a receipt to the sender of the fax when the fax job reaches a final state, that is, when the fax has been successfully sent or when the transmission fails. If this parameter is Null, it indicates no delivery receipt is required.

Remarks

This property has meaning only if the ReceiptType property for the document is set to 0x0001, indicating that the delivery receipt will be sent by email.

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