Missing Redemption Events

D

DG

I'm writing an app in VB.Net that needs to be "converted" to SafeMail
(Redemption). I cannot seem to find the following events in Redemption:

Outlook MailItem
Close Event

Outlook Inspector
Close Event

These two events are not available in Redemption.SafeInspector nor
Redemption.SafeMailItem.

Any ideas?
 
K

Ken Slovak - [MVP - Outlook]

The Safe* set of Redemption objects were designed to provide access to
blocked methods and properties for the equivalent Outlook objects. If
something isn't blocked by Outlook you just use the normal event handlers
for the Outlook objects: Inspector.Close() and MailItem.Close().
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top