FaxInboundRoutingMethod.Priority property

The Priority property is a value associated with the order in which the fax service calls the routing method when the service receives a fax job.

This property is read/write.

Syntax

Property Priority As Long

Property value

A Long that specifies or receives the priority of the fax routing method.

Remarks

Valid values for this property are 1 through n, where 1 is the highest priority.

You should assign a unique priority value to each routing method. After you call the Save method, the fax service sorts the routing methods by priority. If two routing methods have the same priority, the fax service will choose which will have a higher priority.

If you want a particular routing method to have the lowest possible priority, specify a very large value, such as 999999, and then call the Save method.

To read or to write to 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

FaxInboundRoutingMethod

IFaxInboundRoutingMethod