Add Button in Outlook Message Window
Hello all,
I want to write a VB application which will "Add a New Button in Outlook Message Window". Every time I open up any message this button should aapear. My outlook messages can have more than one attachment. This button, when clicked, will ask me for a path and will save all the attachement in that specified path in one go, so that I don't need to save each message seperately.
Can you help?
Thanks
Re: Add Button in Outlook Message Window
Why would you re-invent the wheel. Outlook already has Save Attachments option in the File Menu which will do the same thing.
Re: Add Button in Outlook Message Window
Actually this button will not only save the attachments but will also forward the email to few pre definied email addresses. Everytime I don't want to click Forward and then key in the email address.
So you if can guide me how to creat the button in message window, other things I can add in the code.
Thanks