I have a macro which checks an email message for attachments. If the attachments are of type .msg then the macro will save the attachment to a location on the hard drive. (I have actually seen several solutions for doing this on this forum). However, this is only half of what I need. Since the email attachment is an email message itself, I can manually drag the attachment to another OUTLOOK folder. I can manually drag the saved .msg files from Windows Explorer to another OUTLOOK folder. I can't figure out how to do this programatically. How can I save a .msg attachment to an OUTLOOK folder? Thanks for any suggestions.

- Lance