IFaxDevice::get_UsedRoutingMethods method (faxcomex.h)

The IFaxDevice::get_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

HRESULT get_UsedRoutingMethods(
  VARIANT *pvUsedRoutingMethods
);

Parameters

pvUsedRoutingMethods

Return value

None

Remarks

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

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

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDevice

IFaxDevice

IFaxDevice::UseRoutingMethod

Visual Basic Example