View Single Post
  #8  
Old May 23rd 07, 11:04 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default itemchange event in public (exchange) folder occurs if nothing is changed

If it's a server side setting about the only thing you can do other than
mandating that setting is to work around the problem. Handle the test events
and use which ones fire to construct a logic tree to decide when to handle
Change on Open or Read or PropertyChange or whatever and when to ignore that
event.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"MIchael" wrote in message
...
Hello Ken
now I have an idea whats changed in the folder and makes the event fi
1. the change event is only firing (if nothing is changed) with contacts
in an public! folder on the exchange server
2. it is not firing (if nothing is changed) in an personal folder (also on
an exchange server)
3. if one changes the properties settings of the contacts folder on the
exchange server from "keep read/unread information per user for this
folder" to not to keep ....(remove checkmark)
the event fires only the first time one contact is opened.
So it seems that a kind of read/unread attribute is toggled and that makes
the event fire

Do you have maybe any further idea to prevent the first firing?
Thanks
Michael


Ads