View Single Post
  #2  
Old December 14th 06, 01:36 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Event on STSSync?

Folder.Items.ItemAdd and ItemChange events should be firing for the target folder in Outlook.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx

"Munir" wrote in message ...
Hi there,

I'm starting to beleave that the answer to my last question* is something
like "Outlook 2007 ignores custom fields".

Ok, I could live with that if it is possible to receieve an event from
Outlook each time a SharePoint-list item is synchronized or if it's possible
to catch the XML returned by a web service implementing STSSync. That way I
could read out the data I need from the XML and insert it into the user
properties of the corresponding Outlook item.

Is this possible?


Ads