I usually just call to close the document object without saving changes
after deleting any controls I created. I then set CustomizationContext.Saved
to whatever I want and that's it.
Quitting Word will slow things down a lot and shouldn't be necessary. It can
run in the background. Closing it will make it re-load again the next time
an email is opened.

Signature
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm
> Hi,
> I am writing a plugin to Outlook 2003 using C#.
[quoted text clipped - 34 lines]
> someone help me with what I am doing wrong. Or, if there is any better
> way to do this.
Krishna - 30 Nov 2006 19:05 GMT
Thanks Ken.
Your reply gave me confidence to catch my bug.
The actual problem was else-where with my code. It had something to do
with the plug-in I was writing when the user simply clicks a new email
and closes it without doing anything. I was reading the HTML body and
doing some weird things.
As you suggested, I am not quitting word now.
Thanks,
Krishna.
> I usually just call to close the document object without saving changes
> after deleting any controls I created. I then set CustomizationContext.Saved
[quoted text clipped - 50 lines]
> > someone help me with what I am doing wrong. Or, if there is any better
> > way to do this.