IFaxDocument::get_ReceiptAddress method (faxcomex.h)

The IFaxDocument::get_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

HRESULT get_ReceiptAddress(
  BSTR *pbstrReceiptAddress
);

Parameters

pbstrReceiptAddress

Return value

None

Remarks

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

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