View Single Post
  #2  
Old February 19th 08, 03:12 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Refresh mailitem

That sounds rather normal. Are you releasing all object references to the
item? In any case that's a very common thing to happen when making changes
in code to an item, where the UI doesn't refresh the view for a period of
time or until you switch items or even folders.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ivica Muruzovic" wrote in message
...

I using Outlook 2007 and vs2008 outlook-addin.

In this addin when user click on some mail message (there is some
criteria for which type of mail message, but that is not matter) I add
some attachement in mailItem.

Problem is that new attachment is not visible in mailItem until I
select some other mailItem and then return on previus item) in other
words I have "REFRESH PROBLEM" with mailItem.

Any help?


Ads