| ||||
CreateRoutingTarget methodCreates a Routing Target. Syntax
ParametersIndexThe position of the new routing target. This affects the ordering of the routing targets in the UI. The index starts from 1. NameThe name of the new Routing Target. pItemThe Folder Page the routing target will route items to. The target must be a Folder Page object; attempting to specify a different type of object as the target will return the error EROOM_E_INVALIDTYPE. The item could only be in the same room as the routing source. ppRoutingTargetUpon return, this value will contain an IERURoutingTarget interface pointer to the newly-created Routing Target. Return value
RemarksNote: if the index is less than zero, the new Routing Target is appended to the end of the routing list. |
Home |