Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

.msg Extraction

  • 30-03-2011 11:05AM
    #1
    Registered Users, Registered Users 2 Posts: 974 ✭✭✭


    Sorry if this is in the wrong section.

    This will save me a few hours in work.

    I need to extract the attchments from a ".msg file" which is a microsoft outlook email with attchments that is saved to a single file.

    When these are opened, "they" launch outlook, and the message with
    embedded attachments ,which you then proceed to download is displayed.

    I've written some code in VBA to open an .xls file and import specific values, and apply certain formula(s) on them.

    The opening and extraction of the attachments is the part I need automated. Is there any bits of code that can do this, or even a freeware program?

    Cheers.


Comments

  • Moderators, Technology & Internet Moderators Posts: 1,337 Mod ✭✭✭✭croo


    Given the the .msg format is a MS one, there is probably lots tools in the MS development environment... I'd be surprised if there wasn't a defined API.

    There are tools out there for those working in the non-MS development area too such as http://auxilii.com/msgparser/

    I would have though google could provide any number of solutions for something like this.


Advertisement