Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FaxInboundRoutingExtension configuration object is used by a fax client application to retrieve information about a fax routing extension registered with the fax service.
Members
The FaxInboundRoutingExtension object has these types of members:
Properties
The FaxInboundRoutingExtension object has these properties.
Property | Access type | Description |
---|---|---|
Debug |
Read-only |
The Debug property is a Boolean value that indicates whether the fax routing extension DLL was created in a debug environment. |
FriendlyName |
Read-only |
The FriendlyName property is a null-terminated string that contains the user-friendly name for the fax routing extension. The string is suitable for display to users. |
ImageName |
Read-only |
The ImageName property is a null-terminated string that contains the executable image name (DLL path and file name) of the fax routing extension. |
InitErrorCode |
Read-only |
The InitErrorCode property is a value that specifies the last error code that the fax routing extension returned while the fax service was loading and initializing the fax routing extension's DLL. |
MajorBuild |
Read-only |
The MajorBuild property is a value that specifies the major part of the build number for the fax routing extension's DLL. |
MajorVersion |
Read-only |
The MajorVersion property is a value that specifies the major part of the version number for the fax routing extension's DLL. |
Methods |
Read-only |
The Methods property is an array of GUIDs that uniquely identify the inbound routing methods exposed by the fax routing extension. |
MinorBuild |
Read-only |
The MinorBuild property is a value that specifies the minor part of the build number for the fax routing extension's DLL. |
MinorVersion |
Read-only |
The MinorVersion property is a value that specifies the minor part of the version number for the fax routing extension's DLL. |
Status |
Read-only |
The Status property is a value that indicates whether the fax routing extension loaded and initialized successfully. |
UniqueName |
Read-only |
The UniqueName property is a null-terminated string that contains a unique name for the fax routing extension. The fax service uses this name internally to identify fax routing extensions. |
Remarks
A FaxInboundRoutingExtension object is accessed through a FaxInboundRoutingExtensions object.
To create a FaxInboundRoutingExtension object in Microsoft Visual Basic, call the Item property of the FaxInboundRoutingExtensions object.
To create a FaxInboundRoutingExtension object in C++, call the Item method.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
IID |
CLSID_FaxInboundRoutingExtension |
See also