How can I retrieve the call forwarding (routing) rules of a lyn client using UCMA or MSPL?
I have tried to retrieve it using a UserEndpoint and subscribing to the PresenceNotificationReceived
event of RemotePresenceView
.
Unfortunately this seems not to work. According to the msdn documentation it is only possible to query the route category with a local-access (LocalOwnerPresence
).
Another options would be to use an ApplicationEndpoint of impersonate every user for which I want the retrieve the call forwarding rules. But in my eyes this seems to be a dirty solution.
Could this be also be done with MSPL?