Share via


FaxPort.Send property

The Send property is a Boolean value that indicates whether a fax port is enabled to send faxes.

This property is read/write.

Syntax

Property Send As Boolean

Property value

A Boolean that specifies or receives whether sending faxes is enabled or disabled for the fax port. To enable a fax port to send faxes, a fax client application must pass a value of TRUE to the property.

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 Send property returns a value of TRUE if the fax port is enabled to send faxes. If a fax client application passes a value of TRUE to the property, it enables the fax port to send 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