FaxIncomingJob.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 Long

Property value

A Long that receives a bitwise combination of the operations that you can currently perform on the fax job. 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
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxIncomingJob

get_AvailableOperations