UserProperties and/or propertyaccessor on multiple access mailitem

C

Christian

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.
 
K

Ken Slovak - [MVP - Outlook]

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.
 
C

Christian

no

I have not tryed that

Ken Slovak - said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top