Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question
1  
What are you trying to achieve? – Daniel Hilgarth Oct 11 '12 at 11:38
I have added a ribbon button to allow users to attach files to the email. If user attaches using my button, I do some processing on the file being attached. If user opens the attachment before sending, in case of Open, I undo the processing done previously and show the user original attachment. But if user chooses to Save on the dialog, he sees a corrupt document (because of processing done). I want to hook into Save as well, so that I can show the user his original document. – shaibee Oct 11 '12 at 13:09
And BeforeAttachmentRead isn't called on Save? – Daniel Hilgarth Oct 11 '12 at 13:11
No its not .... :( – shaibee Oct 11 '12 at 13:17
What about BeforeAttachmentSave? – Daniel Hilgarth Oct 11 '12 at 13:19
show 2 more comments

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.