Thread: Notes Error
View Single Post
  #2  
Old April 14th 06, 01:42 AM posted to microsoft.public.outlook.program_forms
Stacey
external usenet poster
 
Posts: 6
Default Notes Error

I have the exact same instance and am also finding that all the work arounds
are in C#. My add-in also does nothing with notes, but the error only occurs
when the user adds a new note.

Does anyone know a fix in VB.NET?

"Joey" wrote:

I have a custom class that is fired on the connect of outlook. Everything
works fine but if I open a note item and try to exit the program it says:

"Could not complete the operation. One or more parameter values are not
valid."

I have found several places that say "this is how you fix it" but they are
all in C# and when I translate it to vb.net ti doesn't work. Apprently it is
a bug in the inspector. I don't do anything with the note class. I am only
using the mailitems. I have tried everything including what this guy has:

http://blogs.msdn.com/omars/archive/...07/276136.aspx

That is the exact error. Doesn't anyone know a work around in vb.net. I
really need some help here!

Thanks!


Ads