Share via


FaxPort.Receive property

The Receive property is a Boolean value that indicates whether a specified fax port is enabled to receive faxes.

This property is read/write.

Syntax

Property Receive As Boolean

Property value

A Boolean that specifies or receives whether receiving faxes is enabled or disabled for the fax port. If this parameter is equal to TRUE, receiving faxes is enabled for the port.

Remarks

Note

Before setting a value for this property, a fax client application can call the CanModify property to ensure that the client has permission to modify configuration information for the specified fax port.

 

The Receive property returns a value of TRUE if the fax port is enabled to receive faxes. If a fax client application passes a value of TRUE to the property, it enables the fax port to receive faxes.

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

FaxPort

Fax Service Client API for Windows 2000

Fax Service Client API Interfaces

IFaxPort

IFaxPorts