Posts Tagged Exchange Impersonation

Exchange Web Services Example – Part 4 – Subscriptions and Notifications

Now that we have succeeded in creating, updating and deleting calendar items and mastered Exchange Impersonation, it’s time to turn our attention to having Exchange notify us about what it is doing. Part 4 of this series is going to provide a detailed code walk-through of some code that leverages the Subscription API.

The example includes two code examples – one for Java programmers and one for OpenEdge programmers. The OpenEdge version writes updates through the OpenClient via the OpenEdge AppServer to an OpenEdge database.

Share

Tags: , , , , , , , , , , , , , , , , , , , , ,

Exchange Web Services Example – Part 3 – Exchange Impersonation

In part 3 of this series on integrating Exchange Web Services with Java and OpenEdge, we’re going to talk about a technique for accessing mailboxes called Exchange Impersonation. The first part of this article is going to talk about what it is, how it works, and the very serious risks it can potentially introduce to your enterprise. We’ll talk a little about how you can mitigate those risks, how to set it up from an administrative point of view, and then we’ll actually use it.

As with the other articles in this series, there is also a set of sample code that you can download and install to follow along later in the article.

Share

Tags: , , , , , , , , , ,