Search code examples
c#visual-studio-2012.net-4.0outlookoutlook-redemption

Get active explorer in redemption


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


Solution

  • 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?