SyncObject SyncStart Event doesn't fire

T

Tom Irvine

I'm building an add-in that needs to respond to the
SyncStart event of a SyncObject. My SyncObject is
declared WithEvents and is instantiated before I try to
handle the event. I haven't been able to find any samples
where people are using this event. Is it possible?

Thanks,
Tom
 
D

Dmitry Streblechenko

Does *your* code start the sync? Note that the events will fire only on the
syncs started in your code, not on syncs started in the UI.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
T

Tom Irvine

Well that would explain it. My code does not start the
sync. I was hoping to syncronize some other data every
time the user synced their mail, but I guess I need my own
sync schedule.

Thanks for the feedback.

Tom
 

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