Partager via


FaxDocument.GroupBroadcastReceipts property

The GroupBroadcastReceipts property is a Boolean value that indicates whether to send an individual delivery receipt for each recipient of the broadcast, or to send a summary receipt for all the recipients.

This property is read/write.

Syntax

Property GroupBroadcastReceipts As Boolean

Property value

A Boolean that specifies or receives a value indicating whether to send an individual delivery receipt for each recipient of the broadcast or to send a summary receipt for all the recipients.

(True)

A summary receipt will be sent.

(False)

Default. An individual delivery receipt will be sent to each recipient of the broadcast.

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