FPCRoutingRule.SetDestination
Method
Sets the destinations to which the rule applies.
VBScript Syntax[VBScript]
FPCRoutingRule.SetDestination( DestType, sDestinationSet, ItemScope )
C++ Syntax[C++]
HRESULT SetDestination (
FpcDestinationSelection DestType,
BSTR sDestinationSet,
FpcItemScope ItemScope
);
Parameters
- DestType
- [in] Required. Defines the type of destinations. Can have a
value from the FpcDestinationSelection enumerated
type.
- sDestinationSet
- [in] Optional. String that specifies the name of the
destination set.
- ItemScope
- [in] Optional. Item scope. It can have a value from the
FpcItemScope enumerated type.
Has a default value of fpcArrayScope.
Applies To
FPCRoutingRule