IFaxOutboundRoutingRule::get_CountryCode method (faxcomex.h)

The IFaxOutboundRoutingRule::get_CountryCode property specifies the country/region code to which the outbound routing rule applies.

This property is read-only.

Syntax

HRESULT get_CountryCode(
  long *plCountryCode
);

Parameters

plCountryCode

Return value

None

Remarks

If this property is equal to frrcANY_CODE, the outbound routing rule applies to all country/region 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