FaxInboundRoutingMethod object

The FaxInboundRoutingMethod configuration object is used by a fax client application to retrieve information about an individual fax inbound routing method on a connected fax server.

Members

The FaxInboundRoutingMethod object has these types of members:

Methods

The FaxInboundRoutingMethod object has these methods.

Method Description
Refresh The Refresh method refreshes FaxInboundRoutingMethod object information from the fax server.
Save The Save method saves the FaxInboundRoutingMethod object's data.

 

Properties

The FaxInboundRoutingMethod object has these properties.

Property Access type Description
ExtensionFriendlyName
Read-only
The ExtensionFriendlyName property is the user-friendly name for the fax routing extension that exports the inbound fax routing method.
ExtensionImageName
Read-only
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.
FunctionName
Read-only
The FunctionName property is a null-terminated string that contains the name of the function that executes a specific fax routing procedure.
GUID
Read-only
The GUID property is a null-terminated string that specifies the GUID that uniquely identifies the fax routing method.
Name
Read-only
The Name property is a null-terminated string that contains the user-friendly name associated with the inbound fax routing method. The string is suitable for display to users.
Priority
Read/write
The Priority property is a value associated with the order in which the fax service calls the routing method when the service receives a fax job.

 

Remarks

A FaxInboundRoutingMethod object is accessed through a FaxInboundRoutingMethods object.

faxinboundrouting, faxinboundroutingmethods, and faxinboundroutingmethod objects

Note

Changes made to the FaxInboundRoutingMethod object will not be saved until you call the Save method.

 

To create a FaxInboundRoutingMethod object in Microsoft Visual Basic, call the Item property of the FaxInboundRoutingMethods object.

To create a FaxInboundRoutingMethod object in C++, call the get_Item method.

Requirements

Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
Header
Faxcomex.h
DLL
Fxscomex.dll
IID
CLSID_FaxInboundRoutingMethod

See also

Fax Service object hierarchy

IFaxInboundRoutingMethod