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

    Retrieving attachments from email using MAPI

    I'm using a chunk of code I found on this site to process email messages using MAPI. Works great.

    Now I need to be able to process attached .XLS files. What I'd like to do is get the names of the files from the email, then grab each attachment and save it somewhere, maybe the user's temp folder.

    Anyone done this and can provide some help?

    Thanks.

  2. #2
    Join Date
    Apr 2003
    Posts
    893
    Scott Meyer ?

  3. #3
    Join Date
    May 1999
    Location
    Southern California
    Posts
    12,266

    Re: Retrieving attachments from email using MAPI

    You just need another chunk of code.
    "Signature":
    My web site is Simple Samples.
    C# Corner Editor

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