Nitin Rawat
Nitin Rawat

Reputation: 209

Event to handle the deletion of attachments while composing a New Mail

Hi I am new to outlook addin programming. I have a doubt and can not find anything related to this.

I want to capture the event in C# as and when an end user deletes a selected attachment from a compose mail by any means like by pressing backspace in attachment section.

Any help will be highly appreciated.

Upvotes: 0

Views: 59

Answers (1)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66215

You can use the MailItem.AttachmentDelete event.

Upvotes: 2

Related Questions