Notes Issue

  • Thread starter Thread starter mookashi
  • Start date Start date
M

mookashi

hi,

Im Developing a COM ADDIn with Outlook 2000.

Whenever I open a Note Item and Close it (using the cross button on th
top right) and immediately exit Outlook i get an error message whic
says

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

This error does not occur with other Outlook items.

Also the error does not occur when i close the Note item using th
Close option on the top left menu of the Note Item.


In an attempt to debug the problem i had put a message in the inspecto
close event. I noticed that when i close it using the firs
method(cross button on top right) the message was not appearing.
but the message was appearing when i closed it using the close optio
in the drop down menu on the top left.


Can anyone help me how to overcome this problem.

thanks in advance
 
Are you trapping opening StickyNote items with NewInspector? Do you really
need to handle anything for StickyNotes? If not just exclude them in the
NewInspector event by testing for Inspector.CurrentItem.Class. StickyNotes
aren't very usable from code and they are somewhat funky overall.
 
hi,
Thanks for your solution Ken. i checked for the class and if its
stickynotes im exiting from the procedure. the problem seems to be
solved.




hi,

Im Developing a COM ADDIn with Outlook 2000.

Whenever I open a Note Item and Close it (using the cross button on the
top right) and immediately exit Outlook i get an error message which
says

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

This error does not occur with other Outlook items.

Also the error does not occur when i close the Note item using the
Close option on the top left menu of the Note Item.


In an attempt to debug the problem i had put a message in the inspector
close event. I noticed that when i close it using the first
method(cross button on top right) the message was not appearing.
but the message was appearing when i closed it using the close option
in the drop down menu on the top left.


Can anyone help me how to overcome this problem.

thanks in advance.



Report this post to a moderator | IP: Logged

05-07-2004 01:57 PM



Ken Slovak - [MVP - Outlook]
Guest

Registered: Not Yet
Location:
Posts: N/A
Re: Notes Issue
Are you trapping opening StickyNote items with NewInspector? Do you
really
need to handle anything for StickyNotes? If not just exclude them in
the
NewInspector event by testing for Inspector.CurrentItem.Class.
StickyNotes
aren't very usable from code and they are somewhat funky overall.
 
hi,
Thanks for your solution Ken. i checked for the class and if it
stickynotes im exiting from the procedure. the problem seems to b
solved.




hi,

Im Developing a COM ADDIn with Outlook 2000.

Whenever I open a Note Item and Close it (using the cross button on th
top right) and immediately exit Outlook i get an error message whic
says

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

This error does not occur with other Outlook items.

Also the error does not occur when i close the Note item using th
Close option on the top left menu of the Note Item.


In an attempt to debug the problem i had put a message in the inspecto
close event. I noticed that when i close it using the firs
method(cross button on top right) the message was not appearing.
but the message was appearing when i closed it using the close optio
in the drop down menu on the top left.


Can anyone help me how to overcome this problem.

thanks in advance.



Report this post to a moderator | IP: Logged

05-07-2004 01:57 PM



Ken Slovak - [MVP - Outlook]
Guest

Registered: Not Yet
Location:
Posts: N/A
Re: Notes Issue
Are you trapping opening StickyNote items with NewInspector? Do yo
really
need to handle anything for StickyNotes? If not just exclude them i
the
NewInspector event by testing for Inspector.CurrentItem.Class
StickyNotes
aren't very usable from code and they are somewhat funky overall.
 
Back
Top