FaxOutboundRoutingRules.Item property

The Item property returns a FaxOutboundRoutingRule object from the FaxOutboundRoutingRules collection using the routing rule's index.

This property is read-only.

Syntax

Property Item( _
  ByVal lIndex As Long _
) As FaxOutboundRoutingRule

Property value

A FaxOutboundRoutingRule object.

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

FaxOutboundRoutingRules

IFaxOutboundRoutingRules