Inspecter Close Event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have code that I need to execute when a user is finished with an custom
Outlook form. Is it save to assume that the _Close event is the best event in
which to place the code? I know it sounds strange, but I want to be certain
that I covered when the user SENDs the item as well as when they just discard
it using the control box or FILE > CLOSE.
 
Thx. I've gotten fed up with having to set object variables in order to
reference the form controls in each sub & function have migrated to using
globals creating them in Item_Open and destroying them in Item_Close
 
Back
Top