IFaxRoutingMethod::put_Enable method (faxcom.h)

The IFaxRoutingMethod::get_Enable property is a Boolean value that indicates whether a fax routing method is enabled on a particular fax port.

This property is read/write.

Syntax

HRESULT put_Enable(
  BOOL newVal
);

Parameters

newVal

Return value

None

Remarks

If a fax client application passes a value of TRUE to the IFaxRoutingMethod::get_Enable property, the property enables the routing method for inbound faxes on the parent port.

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

CanModify

Fax Service Client API Interfaces

Fax Service Client API for Windows 2000

IFaxRoutingMethod

IFaxRoutingMethods