FaxOutgoingJob.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 recipients.

This property is read-only.

Syntax

Property GroupBroadcastReceipts As Boolean

Property value

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

False (False)

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

True (True)

Only a summary receipt will be sent.

Remarks

Set the GroupBroadcastReceipts property for a document using the GroupBroadcastReceipts property.

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

FaxOutgoingJob

IFaxOutgoingJob