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.