IFaxDocument::get_GroupBroadcastReceipts method (faxcomex.h)

The IFaxDocument::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 the recipients.

This property is read/write.

Syntax

HRESULT get_GroupBroadcastReceipts(
  VARIANT_BOOL *pbUseGrouping
);

Parameters

pbUseGrouping

Return value

None

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