convert body message in specific outlook folder to text file in harddisk

  • Thread starter Thread starter Jorge
  • Start date Start date
J

Jorge

Hello, I have a subfolder in inbox folder,I have a rule that send a
specific email direction to this subfolder, I need convert body of the
mail in this subfolder to a text file in hard disk,¿How can I do it?

Thank you.
 
You could use the MAPIFolder.ITems.ItemAdd method to monitor the folder for new items, then use the MailItem.SaveAs method to create a text file.
--
Sue Mosher, Outlook MVP
Outlook and Exchange solutions at http://www.slipstick.com
Author of
Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers
 
Back
Top