FAX_RECEIPT_TYPE_ENUM enumeration (faxcomex.h)

The FAX_RECEIPT_TYPE_ENUM enumeration defines the types of delivery reports (delivery receipt formats) for outbound faxes. The members of this enumeration are bit values and can be used in combination.

Syntax

typedef enum FAX_RECEIPT_TYPE_ENUM {
  frtNONE = 0,
  frtMAIL = 0x1,
  frtMSGBOX = 0x4
} ;

Constants

 
frtNONE
Value: 0
Do not send a delivery report.
frtMAIL
Value: 0x1
Send a delivery report through SMTP mail.
frtMSGBOX
Value: 0x4
Display a delivery report in a message box on the display of a specific computer. This is not supported in Windows Vista.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Header faxcomex.h

See also

IFaxDocument::get_ReceiptType

IFaxOutgoingJob::get_ReceiptType