FaxOutboundRoutingRules.ItemByCountryAndArea method

The ItemByCountryAndArea method returns an outbound routing rule (FaxOutboundRoutingRule object) from the collection using the routing rule's country/region code and area code.

Syntax

FaxOutboundRoutingRules.ItemByCountryAndArea( _
  ByVal lCountryCode As Long, _
  ByVal lAreaCode As Long, _
  ByVal FaxOutboundRoutingRule As FaxOutboundRoutingRule _
) As Long

Parameters

lCountryCode

Type: Long

A Long value that specifies the country/region code of the outbound routing rule to retrieve. Specifying frrcANY_CODE will return a rule for any country/region code.

lAreaCode

Type: Long

A Long value that specifies the area code of the outbound routing rule to retrieve. Specifying frrcANY_CODE will return a rule for any area code within the specified country/region code.

FaxOutboundRoutingRule

Type: FaxOutboundRoutingRule**

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