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 |
|
DLL |
|
See also