A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

UserProperties and/or propertyaccessor on multiple access mailitem



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old January 14th 08, 07:50 AM posted to microsoft.public.outlook.program_addins
Christian
external usenet poster
 
Posts: 15
Default UserProperties and/or propertyaccessor on multiple access mailitem

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  
Old January 14th 08, 02:29 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default UserProperties and/or propertyaccessor on multiple access mailitem

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  
Old January 14th 08, 03:22 PM posted to microsoft.public.outlook.program_addins
Christian
external usenet poster
 
Posts: 15
Default UserProperties and/or propertyaccessor on multiple access mail

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 09:32 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.