IFaxDevice::put_SendEnabled method (faxcomex.h)

The IFaxDevice::get_SendEnabled property is a Boolean value that indicates whether the fax device is enabled for sending faxes.

This property is read/write.

Syntax

HRESULT put_SendEnabled(
  VARIANT_BOOL bSendEnabled
);

Parameters

bSendEnabled

Return value

None

Remarks

If this property is equal to TRUE, the fax device is enabled to send faxes. If this property is equal to FALSE, the fax device is not enabled to send faxes.

Requirements

Requirement Value
Minimum supported client Windows XP [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header faxcomex.h
DLL Fxscomex.dll

See also

FaxDevice

IFaxDevice

Visual Basic Example