Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.4 KB

ne-faxcomex-fax_receipt_type_enum.md

File metadata and controls

75 lines (59 loc) · 2.4 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NE:faxcomex.FAX_RECEIPT_TYPE_ENUM
FAX_RECEIPT_TYPE_ENUM (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.
FAX_RECEIPT_TYPE_ENUM
FAX_RECEIPT_TYPE_ENUM enumeration [Fax Service]
_mfax_fax_receipt_type_enum
fax._mfax_fax_receipt_type_enum
faxcomex/FAX_RECEIPT_TYPE_ENUM
faxcomex/frtMAIL
faxcomex/frtMSGBOX
faxcomex/frtNONE
frtMAIL
frtMSGBOX
frtNONE
fax\_mfax_fax_receipt_type_enum.htm
Fax
VS|fax|~\fax\faxinto_z_1igd.htm
12/05/2018
FAX_RECEIPT_TYPE_ENUM, FAX_RECEIPT_TYPE_ENUM enumeration [Fax Service], _mfax_fax_receipt_type_enum, fax._mfax_fax_receipt_type_enum, faxcomex/FAX_RECEIPT_TYPE_ENUM, faxcomex/frtMAIL, faxcomex/frtMSGBOX, faxcomex/frtNONE, frtMAIL, frtMSGBOX, frtNONE
faxcomex.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
FAX_RECEIPT_TYPE_ENUM
19H1
FAX_RECEIPT_TYPE_ENUM
faxcomex/FAX_RECEIPT_TYPE_ENUM
c++
APIRef
kbSyntax
HeaderDef
FaxComex.h
FAX_RECEIPT_TYPE_ENUM

FAX_RECEIPT_TYPE_ENUM enumeration

-description

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.

-enum-fields

-field frtNONE:0

Do not send a delivery report.

-field frtMAIL:0x1

Send a delivery report through SMTP mail.

-field frtMSGBOX:0x4

Display a delivery report in a message box on the display of a specific computer. This is not supported in Windows Vista.

-see-also

IFaxDocument::get_ReceiptType

IFaxOutgoingJob::get_ReceiptType