FaxRoutingMethods.Count property
The Count returns the number of fax routing methods associated with a FaxPort object.
This property is read-only.
Syntax
Property Count As Long
Property value
A Long that receives the number of fax routing methods associated with this fax port.
Remarks
After calling the Count property, a fax client application can call the Item property to retrieve one or more FaxRoutingMethod objects.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|
DLL |
|
See also