View Single Post
  #4  
Old November 6th 06, 09:59 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default outlook 2k3 Script: how to Save Mail body to txt file

If you read body into a string you've just extracted it. One way of saving a
string is to use Windows scripting. You can also use the VB file save
functions if programming in VB or the .NET file functions if programming in
a .NET language. Another approach is to use the Win32 API file system
functions.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"bbnimda" wrote in message
...
How can I extract and save ??? I tryed different things but no one
success....


Ads