Prevent Reminder bein created by outlook

W

Wolf

Does anyone know how to prevent outlook creating an outlook reminder
automatically when you insert a birthday in a contact.I'm working in
C#.net

Thanks guys
 
K

Ken Slovak - [MVP - Outlook]

You'd have to handle ItemAdd on the Calendar folder and test to see if the
new item was a birthday/anniversary appointment and then delete it.
 
Top