View Single Post
  #1  
Old June 18th 09, 10:01 AM posted to microsoft.public.outlook.program_addins
Deepak N
external usenet poster
 
Posts: 4
Default Hooking to Send/Receive Sync event of Contacts

How to attach an eventhandler for SendAndReceive event of Contact folders/Contact Items in outlook 2007 using VSTo AddIn. I tried using

Application.ActiveExplorer().SyncObjects.ForEach
{
SyncObject.SyncEnd += \\Do something
}

It is not working.
Submitted using http://www.outlookforums.com
Ads