IFaxOutboundRoutingRule::get_Status method (faxcomex.h)

The IFaxOutboundRoutingRule::get_Status property indicates the current status of the outbound routing rule; for example, whether the rule is valid and whether it can apply to fax jobs.

This property is read-only.

Syntax

HRESULT get_Status(
  FAX_RULE_STATUS_ENUM *pStatus
);

Parameters

pStatus

Return value

None

Remarks

To read 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

FaxOutboundRoutingRule

IFaxOutboundRoutingRule

Visual Basic Example