![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
I have a senario where several people looking at the same inbox. The have all added the same inbox in there Outlook. I have created an add-in that amongs other things displays och edit metadata about the message . This metada is stored along with a copy of the mail in Sharepoint. Here is the problem. To increase performance every change of metdata is stored both in Sharepoint and in a custom properties in propertyaccessor. The problem is that we one user makes a change the other user does not notice this. I have tried do save it as a property in UserProperties instead. When I user UserProperties and views it as a column Outlook notice the change and displays the right value but my code doesnot. To be able to read the new information I have to open the mail in a new window close it and the it seams to be updated. |
Ads |
#2
|
|||
|
|||
![]()
Are you subscribing to the ItemChange event for the Items collection of that
folder? If not you might have to wait for whatever synch is being done with SharePoint. -- 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 "Christian" wrote in message ... Hi I have a senario where several people looking at the same inbox. The have all added the same inbox in there Outlook. I have created an add-in that amongs other things displays och edit metadata about the message . This metada is stored along with a copy of the mail in Sharepoint. Here is the problem. To increase performance every change of metdata is stored both in Sharepoint and in a custom properties in propertyaccessor. The problem is that we one user makes a change the other user does not notice this. I have tried do save it as a property in UserProperties instead. When I user UserProperties and views it as a column Outlook notice the change and displays the right value but my code doesnot. To be able to read the new information I have to open the mail in a new window close it and the it seams to be updated. |
#3
|
|||
|
|||
![]()
no
I have not tryed that "Ken Slovak - [MVP - Outlook]" wrote: Are you subscribing to the ItemChange event for the Items collection of that folder? If not you might have to wait for whatever synch is being done with SharePoint. -- 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 "Christian" wrote in message ... Hi I have a senario where several people looking at the same inbox. The have all added the same inbox in there Outlook. I have created an add-in that amongs other things displays och edit metadata about the message . This metada is stored along with a copy of the mail in Sharepoint. Here is the problem. To increase performance every change of metdata is stored both in Sharepoint and in a custom properties in propertyaccessor. The problem is that we one user makes a change the other user does not notice this. I have tried do save it as a property in UserProperties instead. When I user UserProperties and views it as a column Outlook notice the change and displays the right value but my code doesnot. To be able to read the new information I have to open the mail in a new window close it and the it seams to be updated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Empty UserProperties and PropertyAccessor | Jeff[_7_] | Add-ins for Outlook | 9 | January 14th 08 09:37 PM |
Access MaiItem.UserProperties using Redemption | MA[_2_] | Outlook and VBA | 10 | December 12th 07 07:00 PM |
MailItem UserProperties in OWA (Outlook Web Access) | [email protected] | Outlook and VBA | 5 | April 23rd 07 11:18 AM |
MailItem.UserProperties property itself does not exist? (0x8004010F error) | Jeff | Outlook and VBA | 2 | October 17th 06 01:58 PM |
dialog comes up when trying to access mailItem | Neo | Add-ins for Outlook | 3 | January 16th 06 09:56 PM |