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.
 

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

Back
Top