Closing Inspector window in Item_Send Event

  • Thread starter Thread starter umasgade
  • Start date Start date
U

umasgade

Hi,
I am using oulook 2002 and default editor is word
I am intercepting the Item_Send event.In which i am canceling the send
event and writing my own code to upload message on server.While
uploading message i am creating copy of this item in send item
folder.After all this procedure i want to close that inspector window
in item_send event.But while closing inspector window programmatically
in item_send event my Word getting crashed(as word is my email
editor).
Is there any way to solve this problem?

Thanks in advance.
Uma
 
That's guaranteed to crash either Word or Outlook or both. I usually set a
timer to fire a few milliseconds after Item_Send ends. The timer event
handler then closes the Inspector window.
 
Back
Top