IFaxPort::put_Send method (faxcom.h)

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

This property is read/write.

Syntax

HRESULT put_Send(
  BOOL newVal
);

Parameters

newVal

Return value

None

Remarks

Note  Before setting a value for this property, a fax client application can call the IFaxPort::get_CanModify property to ensure that the client has permission to modify configuration information for the specified fax port.
 
The IFaxPort::get_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

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header faxcom.h
DLL Faxcom.dll

See also

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxPort

IFaxPorts