CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2003
    Posts
    16

    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

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    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.

  3. #3
    Join Date
    Jun 2003
    Posts
    16

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured