I have an Outlook Addin, doing some code (with attachments) when the user saves an appointment, using Item_Change event.
When I open the Outlook , the Calendar is automatically updated- so Item_Change event fires.
Without debugging, I can see the new attachments in apoointments after the auto update.
In Debug, On Item_Change event appointment.Attachments do not contain the new files.
Can I cause appointment.Attachments to be updated?
How can I know if Item_Change event fires after auto updtae or because the appointment was saved by the user?