I am pretty sure that this has been done before.
Does anybody know how to export emails, into text files on to my c drive, i know how to move emails into other folders in outlook but on my c drive.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check out the
MailItem.SaveAsMethod. You specify the path and file type.Ex:
The file type is a
OlSaveAsTypeconstant. Press F2 in the VBA Editor and paste this into the search box for the list of possible values.