Missing Redemption Events

  • Thread starter Thread starter DG
  • Start date Start date
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?
 
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().
 
Back
Top