FaxDevice.PoweredOff property

The PoweredOff property is a Boolean value that indicates whether the fax device is currently available for sending and receiving faxes.

This property is read-only.

Syntax

Property PoweredOff As Boolean

Property value

A Boolean that receives a value indicating whether the fax device is currently available for sending and receiving faxes.

Remarks

If this property is equal to True, the fax device is currently offline and unavailable for sending and receiving faxes. If this property is equal to False, the fax device is online and available.

Note

The value of this property is set at the time that the FaxDevice object is created and is refreshed when you call the Refresh method.

 

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

FaxDevice

IFaxDevice