FaxDocument.AttachFaxToReceipt property

The AttachFaxToReceipt property indicates whether to attach a fax to the receipt.

This property is read/write.

Syntax

Property AttachFaxToReceipt As Boolean

Property value

A Boolean that specifies or receives a value indicating whether to attach a fax to the receipt.

Remarks

By default, AttachFaxToReceipt is set to False.

When a fax consisting only of a cover page is sent to multiple recipients, you cannot attach the fax to the receipt because the fax differs for each recipient. If there is a fax body, then the body can be attached to the receipt, even when there are multiple recipients.

Requirements

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

See also

Visual Basic Example

FaxDocument

IFaxDocument