IFaxOutboundRoutingRule::get_AreaCode method (faxcomex.h)

The IFaxOutboundRoutingRule::get_AreaCode property specifies the area code to which the outbound routing rule applies.

This property is read-only.

Syntax

HRESULT get_AreaCode(
  long *plAreaCode
);

Parameters

plAreaCode

Return value

None

Remarks

If this property is equal to frrcANY_CODE, the outbound routing rule applies to all area codes.

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