I need to set Callback function for New Contact added to Device on Windows Mobile.
I want to get notification when someone adds contacts to mobile device. I am using VS 2008 with C#.
I need to set Callback function for New Contact added to Device on Windows Mobile.
I want to get notification when someone adds contacts to mobile device. I am using VS 2008 with C#.
The Microsoft.WindowsMobile.PocketOutlook.ContactCollection
has a ListChanged
event. Is that what you're after?
EDIT
I think what you want is available in this library I published a couple years back.