FaxServer.UnregisterInboundRoutingExtension method

The UnregisterInboundRoutingExtension method unregisters an existing inbound routing extension. Unregistration will take place only after the fax server is restarted.

Syntax

FaxServer.UnregisterInboundRoutingExtension( _
  ByVal bstrExtensionName As String _
) As Long

Parameters

bstrExtensionName

Type: String

String value that specifies the internal name of the fax routing extension DLL.

Remarks

Only an administrator can unregister a routing extension. Also, this method works only on the local fax server.

To use this method, a user must have the farMANAGE_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

FaxServer

IFaxServer