IFaxOutgoingJob::get_GroupBroadcastReceipts method (faxcomex.h)

The IFaxOutgoingJob::get_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

HRESULT get_GroupBroadcastReceipts(
  VARIANT_BOOL *pbGroupBroadcastReceipts
);

Parameters

pbGroupBroadcastReceipts

Return value

None

Remarks

Set the IFaxOutgoingJob::get_GroupBroadcastReceipts property for a document using the IFaxDocument::put_GroupBroadcastReceipts method.

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

FaxOutgoingJob

IFaxOutgoingJob

Visual Basic Example