Share via


FaxInboundRoutingExtension.Debug property

The Debug property is a Boolean value that indicates whether the fax routing extension DLL was created in a debug environment.

This property is read-only.

Syntax

Property Debug As Boolean

Property value

A Boolean that receives whether the fax routing extension DLL was created in a debug environment.

(True)

The fax routing extension DLL was created in a debug environment.

(False)

The fax routing extension DLL was not created in a debug environment.

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