IFaxOutgoingJob2::get_ReceiptAddress method (faxcomex.h)

A null-terminated string containing the address to which a delivery report will be sent, indicating success or failure.

This property is read-only.

Syntax

HRESULT get_ReceiptAddress(
  BSTR *pbstrReceiptAddress
);

Parameters

pbstrReceiptAddress

Return value

None

Remarks

The type of address will vary according to the value of the ReceiptType property as indicated in this table.

Value of ReceiptType property Type of address
frtMAIL An SMTP email address
frtMSGBOX The computer name on which the delivery report message box will appear

Requirements

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

See also

FaxOutgoingJob

IFaxOutgoingJob2