RoutingScope property

The access scope for the "Routers" list.

Syntax


C++

HRESULT get_RoutingScope(ERUAccessScope* pRoutingScope)

HRESULT put_RoutingScope(ERUAccessScope MyRoutingScope)

Scripting languages

Value = object.RoutingScope

object.RoutingScope = Value

Remarks


The initial routing scope of a new Routing Target is the editing scope of its containing folder. If, at the point when a Routing Target is created, the scope of the containing folder is erScopeList, the Routers property of the new Routing Target is initialized with the members in the containing folder's edit access list. Subsequent changes to the edit access of the containing folder, including its edit access member list, do not affect the routing scopes of the Routing Targets within it.

Home

Applies to

IERURoutingTarget