FaxJobStatus.AvailableOperations property
The AvailableOperations property indicates the combination of valid operations that you can perform on the fax job, given its current status.
This property is read-only.
Syntax
Property AvailableOperations As Integer
Property value
A variable of type FAX_JOB_OPERATIONS_ENUM that receives a bitwise combination of the operations that you can currently perform on the fax job. This is because some operations are mutually exclusive; for example, you cannot pause a job that has already been paused. For more information, see FAX_JOB_OPERATIONS_ENUM.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also