Share via


FaxInboundRoutingMethod.FunctionName property

The FunctionName property is a null-terminated string that contains the name of the function that executes a specific fax routing procedure.

This property is read-only.

Syntax

Property FunctionName As String

Property value

A String that receives the name of the function that executes the specified fax routing method (a procedure).

Remarks

The fax routing extension DLL identified by the ExtensionImageName property defines and exports the function.

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