Hooking to Send/Receive Sync event of Contacts

D

Deepak N

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
 
K

Ken Slovak - [MVP - Outlook]

When Outlook does a send/receive synch there is no way for you to tell it's
ongoing or when it starts or ends. You can only handle synchs that your code
starts.
 

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