IFaxInboundRouting::GetMethods method (faxcomex.h)

The IFaxInboundRouting::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

HRESULT GetMethods(
  [out, retval] IFaxInboundRoutingMethods **pFaxInboundRoutingMethods
);

Parameters

[out, retval] pFaxInboundRoutingMethods

Type: IFaxInboundRoutingMethods**

Address of a pointer to an IFaxInboundRoutingMethods interface.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

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

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

IFaxInboundRouting

Visual Basic Example