Stacey,
I switched to using VSTO with Visual Studio 2005. It took a while to figure
the ins and outs of it but it does stop the notes error. This is the guide I
used to start:
http://msdn.microsoft.com/library/de...erOverview.asp
Good luck!
"Stacey" wrote:
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!