FaxOutgoingJob.ReceiptAddress property

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

Property ReceiptAddress As String

Property value

A String that receives an address to which the delivery report will be sent.

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

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

See also

FaxOutgoingJob

IFaxOutgoingJob2