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