Outlook Interop has these two events:
new Application().NewMail
new Application().NewMailEx
But I can't find the equivalent for calender item creation events. Is polling the only way to get notified?
Use Items.ItemAdd event on the Calendar folder (retrieved using Namespace.GetDefaultFolder(olFolderCalendar)).
Items.ItemAdd
Namespace.GetDefaultFolder(olFolderCalendar)
1.4m articles
1.4m replys
5 comments
57.0k users