IFaxOutboundRoutingRule::put_GroupName method (faxcomex.h)

The IFaxOutboundRoutingRule::get_GroupName property specifies the group name if the outbound routing rule points to a group of fax devices.

This property is read/write.

Syntax

HRESULT put_GroupName(
  BSTR bstrGroupName
);

Parameters

bstrGroupName

Return value

None

Remarks

This property is valid only if the IFaxOutboundRoutingRule::get_UseDevice property is equal to FALSE.

To read or to write to this property, a user must have the farQUERY_CONFIG access right.

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

FaxOutboundRoutingRule

IFaxOutboundRoutingRule

Visual Basic Example