Get active explorer in redemption

237 views Asked by At

I can get the active explorer like this

Outlook.Explorer expl = OutlookApp.ActiveExplorer();

How I get the active explorer using redemption as same as above?

Kushan Randima

2

There are 2 answers

0
Dmitry Streblechenko On BEST ANSWER

Redemption does expose the SafeExplorer object, but like all Safe* objects in Redemption, SafeExplorer is designed to be used alongside the Outlook Object Model objects to access the functionality not exposed by OOM or blocked by the security.

What exactly are you trying to do?

0
Eugene Astafiev On

Redemption is a wrapper around Extended MAPI. GUI objects such as Explorer or Inspector belong to the Outlook object model only. There is no such thing in the Extended MAPI world.

You may consider Outlook as a wrapper around Extended MAPI with its own UI.