IFaxReceiptOptions::get_UseForInboundRouting method (faxcomex.h)

The IFaxReceiptOptions::get_UseForInboundRouting property sets or retrieves whether to use the FaxReceiptOptions settings for the Microsoft Routing Extension, which allows incoming faxes to be routed to email addresses.

This property is read/write.

Syntax

HRESULT get_UseForInboundRouting(
  VARIANT_BOOL *pbUseForInboundRouting
);

Parameters

pbUseForInboundRouting

Return value

None

Remarks

If the settings are not used (property is set to FALSE), then the Microsoft Routing Extension is disabled, and users will not be able to receive faxes to email addresses. If the settings are used (property is set to TRUE), then the Microsoft Routing Extension is enabled, and users will be able to receive faxes to email addresses.

To read or to write to this property, a user must have the farQUERY_CONFIG access right.

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

FaxReceiptOptions

IFaxReceiptOptions

Setting Receipt Options