FaxReceiptOptions.UseForInboundRouting property
The 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
Property UseForInboundRouting As Boolean
Property value
A Boolean that specifies or receives whether to use the FaxReceiptOptions settings for the Microsoft Routing Extension.
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
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also