I developed an Outlook Addin that intercept the creation of new appointment items using the ItemsEvents_ItemAddEventHandler
handler.
How can I detect if the new appointment is created by my local client or by a remote one (like web/mobile application)?
I need to intercept only the appointments created by my client (using the new appointment window or just typing on the calendar).
Thanks