Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

.msg Extraction

  • 30-03-2011 10: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,336 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