FaxOutboundRoutingGroups.Item property

The Item property returns a FaxOutboundRoutingGroup object from the FaxOutboundRoutingGroups collection.

This property is read-only.

Syntax

Property Item( _
  ByVal vIndex As Variant _
) As FaxOutboundRoutingGroup

Property value

A FaxOutboundRoutingGroup object.

Remarks

To return the group consisting of all of the devices, set vIndex equal to the constant bstrGROUPNAME_ALLDEVICES.

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

FaxOutboundRoutingGroups

IFaxOutboundRoutingGroups