J
Jeanine
I developed a vb.net addin for Outlook that generates an error when outlook is closed. The error only occurs if you have created/edited a note in Outlook before closing Outlook. The error message I receive is:
Could not complete the operation. One or more parameter values are not valid. The note will close and your changes will not be saved.
I have stepped through my code found that when a new email is opened, a new inspector event is triggered and when the email is closed a close inspector event triggers. When a new note is opened the new inspector event runs, but when I close the note, the close inspector event is not run.
Does anybody have any ideas as to why the close inspector event wouldn't run for notes?
I'd appreciate any ideas or suggestions.
Thanks
Jeanine
Could not complete the operation. One or more parameter values are not valid. The note will close and your changes will not be saved.
I have stepped through my code found that when a new email is opened, a new inspector event is triggered and when the email is closed a close inspector event triggers. When a new note is opened the new inspector event runs, but when I close the note, the close inspector event is not run.
Does anybody have any ideas as to why the close inspector event wouldn't run for notes?
I'd appreciate any ideas or suggestions.
Thanks
Jeanine