IFaxDocument::get_AttachFaxToReceipt method (faxcomex.h)

The IFaxDocument::get_AttachFaxToReceipt property indicates whether to attach a fax to the receipt.

This property is read/write.

Syntax

HRESULT get_AttachFaxToReceipt(
  VARIANT_BOOL *pbAttachFax
);

Parameters

pbAttachFax

Return value

None

Remarks

By default, IFaxDocument::get_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

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDocument

IFaxDocument

Visual Basic Example