IFaxInboundRoutingMethod interface (faxcomex.h)
The IFaxInboundRoutingMethod interface defines a configuration object used by a fax client application to retrieve information about an individual fax inbound routing method on a connected fax server.
Inheritance
The IFaxInboundRoutingMethod interface inherits from the IDispatch interface. IFaxInboundRoutingMethod also has these types of members:
Methods
The IFaxInboundRoutingMethod interface has these methods.
IFaxInboundRoutingMethod::get_ExtensionFriendlyName The IFaxInboundRoutingMethod::get_ExtensionFriendlyName property is the user-friendly name for the fax routing extension that exports the inbound fax routing method. |
IFaxInboundRoutingMethod::get_ExtensionImageName The IFaxInboundRoutingMethod::get_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. |
IFaxInboundRoutingMethod::get_FunctionName The IFaxInboundRoutingMethod::get_FunctionName property is a null-terminated string that contains the name of the function that executes a specific fax routing procedure. |
IFaxInboundRoutingMethod::get_GUID The IFaxInboundRoutingMethod::get_GUID property is a null-terminated string that specifies the GUID that uniquely identifies the fax routing method. |
IFaxInboundRoutingMethod::get_Name The IFaxInboundRoutingMethod::get_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. |
IFaxInboundRoutingMethod::get_Priority 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. (Get) |
IFaxInboundRoutingMethod::put_Priority 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. (Put) |
IFaxInboundRoutingMethod::Refresh The IFaxInboundRoutingMethod::Refresh method refreshes IFaxInboundRoutingMethod interface information from the fax server. |
IFaxInboundRoutingMethod::Save The IFaxInboundRoutingMethod::Save method saves the IFaxInboundRoutingMethod interface's data. |
Remarks
A default implementation of IFaxInboundRoutingMethod is provided as the FaxInboundRoutingMethod object.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | faxcomex.h |