Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
frtNONEValue: 0 Do not send a delivery report. |
frtMAILValue: 0x1 Send a delivery report through SMTP mail. |
frtMSGBOXValue: 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 |