Share via


FaxInboundRoutingExtension.Status property

The Status property is a value that indicates whether the fax routing extension loaded and initialized successfully.

This property is read-only.

Syntax

Property Status As Integer

Property value

A variable of type FAX_PROVIDER_STATUS_ENUM that receives the status. For possible values, see FAX_PROVIDER_STATUS_ENUM.

Remarks

If the extension did not load successfully, the property indicates the reason for the failure, and InitErrorCode holds the last error code value. For more information, see FAX_PROVIDER_STATUS_ENUM.

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

FaxInboundRoutingExtension

IFaxInboundRoutingExtension