FaxDevice.UsedRoutingMethods property

The UsedRoutingMethods property is an array of strings that contains the GUIDs associated with the routing methods that the device uses, where each GUID represents an inbound routing method (FaxInboundRoutingMethod).

This property is read-only.

Syntax

Property UsedRoutingMethods As Variant

Property value

A Variant that receives an array of GUIDs.

Remarks

To add a routing method to or remove a routing method from the array of routing method GUIDs, call the UseRoutingMethod method.

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

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

FaxDevice

IFaxDevice

UseRoutingMethod