Share via


FaxStatus.Send property

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

This property is read-only.

Syntax

Property Send As Boolean

Property value

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

Remarks

You can call the IFaxStatus::get_Receive method to determine if a specified port is currently receiving a fax.

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

Receive

IFaxPorts

IFaxPort