I create a new email in Outlook(2007) and add an attachment.
Now before sending the email, if I double click on the attachment, I get the Open/Save/Cancel dialog.
I can hook into "Open" option by subscribing to BeforeAttachmentRead event on MailItem object.
What I am struggling to find is a way to hook into "Save" option on the dialog.
I would appreciate if somebody can point in the right direction.
Thanks.
BeforeAttachmentReadisn't called on Save? – Daniel Hilgarth Oct 11 '12 at 13:11BeforeAttachmentSave? – Daniel Hilgarth Oct 11 '12 at 13:19