FaxOutgoingJob.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 value from the FAX_JOB_OPERATIONS_ENUM enumeration, which specifies 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
FaxComex.h
DLL
Fxscomex.dll

See also

Visual Basic Example

FaxOutgoingJob

IFaxOutgoingJob