FaxInboundRoutingMethod.ExtensionImageName property

The ExtensionImageName property is a null-terminated string that contains the executable image name (DLL path and file name) of the fax routing extension that exports the fax routing method.

This property is read-only.

Syntax

Property ExtensionImageName As String

Property value

A String that receives the fully qualified path and file name of the fax routing extension DLL that exports the fax routing method.

Remarks

The path can include valid environment variables, for example, %SYSTEMDRIVE% and %SYSTEMROOT%.

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

FaxInboundRoutingMethod

IFaxInboundRoutingMethod