Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook and VBA (http://www.outlookbanter.com/outlook-vba/)
-   -   outlook 2k3 Script: how to Save Mail body to txt file (http://www.outlookbanter.com/outlook-vba/32104-outlook-2k3-script-how-save.html)

news.microsoft.com November 6th 06 12:07 PM

outlook 2k3 Script: how to Save Mail body to txt file
 
Hi all

I Want to save the body of my RTF mail to a txt File

I tryed

Item.body save as "c:\target.txt"

but it does'nt success

Tks for help




Ken Slovak - [MVP - Outlook] November 6th 06 03:23 PM

outlook 2k3 Script: how to Save Mail body to txt file
 
There is no SaveAs method for a body, only for an item. If you want to save
the entire item you would use Item.SaveAs.

If you only want to save the body you have to extract it as a string and use
your favorite method of saving text to a file.

--
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


"news.microsoft.com" wrote in message
...
Hi all

I Want to save the body of my RTF mail to a txt File

I tryed

Item.body save as "c:\target.txt"

but it does'nt success

Tks for help





bbnimda November 6th 06 08:55 PM

outlook 2k3 Script: how to Save Mail body to txt file
 
How can I extract and save ??? I tryed different things but no one
success....


"Ken Slovak - [MVP - Outlook]" a écrit dans le message
de news: ...
There is no SaveAs method for a body, only for an item. If you want to
save the entire item you would use Item.SaveAs.

If you only want to save the body you have to extract it as a string and
use your favorite method of saving text to a file.

--
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


"news.microsoft.com" wrote in message
...
Hi all

I Want to save the body of my RTF mail to a txt File

I tryed

Item.body save as "c:\target.txt"

but it does'nt success

Tks for help







Ken Slovak - [MVP - Outlook] November 6th 06 09:59 PM

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....



news.microsoft.com November 7th 06 08:45 AM

outlook 2k3 Script: how to Save Mail body to txt file
 
Hi

Is there a way to do that directly from outlook ? I wonder if I can do all
In my persaonal Form becaus I'm gona share this form to all my office
outlook User .....




"Ken Slovak - [MVP - Outlook]" a écrit dans le message
de news: ...
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....





Ken Slovak - [MVP - Outlook] November 7th 06 03:23 PM

outlook 2k3 Script: how to Save Mail body to txt file
 
You can run the code in Outlook but you will need to use one of the methods
I mentioned to save the text to the file system.

--
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


"news.microsoft.com" wrote in message
...
Hi

Is there a way to do that directly from outlook ? I wonder if I can do
all In my persaonal Form becaus I'm gona share this form to all my office
outlook User .....




All times are GMT +1. The time now is 09:02 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com