Share via


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
Faxcom.h
DLL
Faxcom.dll

See also

FaxJobs

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

FaxJobs

Item

FaxJob

GetJobs