FaxInboundRouting.GetMethods method

The GetMethods method retrieves the ordered collection of all the inbound routing methods exposed by all the inbound routing extensions currently registered with the fax service.

Syntax

FaxInboundRouting.GetMethods() As FaxInboundRoutingMethods

Parameters

This method has no parameters.

Return value

Type: FaxInboundRoutingMethods**

A FaxInboundRoutingMethods object.

Remarks

Order is based on the Priority property of each routing method. The priority is associated with the order in which the fax service calls the routing method when the service receives a fax job.

To use this method, 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

FaxInboundRouting