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