Share via


FaxStatus.Receive property

Retrieves the Receive property for the FaxStatus object of a parent FaxPort object. The Receive property is a Boolean value that indicates whether a specified fax port is currently receiving a fax.

This property is read-only.

Syntax

Property Receive As Boolean

Property value

A Boolean that receives whether the fax port is receiving a fax transmission. If this parameter is equal to True, the port is currently receiving a fax.

Remarks

To determine if a specified port is currently sending a fax, you can call the IFaxStatus::get_Send method.

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

FaxStatus

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxStatus

IFaxPorts

IFaxPort

Send