FaxRoutingMethods object
The FaxRoutingMethods object represents a collection of FaxRoutingMethod objects. The FaxRoutingMethods object permits a fax client Microsoft Visual Basic application to enumerate the fax routing methods associated with a fax port, and to create FaxRoutingMethod objects for individual routing methods. There is one FaxRoutingMethod object for each routing method associated with the port.
The FaxRoutingMethods object has the following properties:
- A property to enumerate the number of fax routing methods associated with a connected fax port.
- A property to create a object for a specified fax routing method.
Members
The FaxRoutingMethods object has these types of members:
Properties
The FaxRoutingMethods object has these properties.
Property | Access type | Description |
---|---|---|
Count |
Read-only |
The Count returns the number of fax routing methods associated with a FaxPort object. |
Item |
Read-only |
The Item method creates a FaxRoutingMethod object for a specified fax routing method. The object allows enumeration of fax routing information for a specified FaxPort object. |
Remarks
When to Implement
You should not implement this class. The Microsoft standard implementation provides complete functionality. You can use the Visual Basic Object Browser to view the FaxRoutingMethods object's type library information in Visual Basic syntax.
To create a FaxRoutingMethods object
- Call the Visual Basic CreateObject function to create a FaxServer object.
- Call the GetRoutingMethods method of the FaxPort object to create a FaxRoutingMethods object on the connected fax server.
Requirements
Header |
|