![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
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 |
#2
|
|||
|
|||
![]()
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 |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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.... |
#5
|
|||
|
|||
![]()
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.... |
#6
|
|||
|
|||
![]()
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 ..... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Outlook 2k3 Script: Exporting Task item to Excel | news.microsoft.com | Outlook and VBA | 5 | November 8th 06 05:01 PM |
Outlook 2k3 Script: Pb extracting list of items | news.microsoft.com | Outlook and VBA | 4 | November 7th 06 08:42 AM |
Saving an email in .txt file | Maggie Helton | Outlook and VBA | 1 | August 23rd 06 06:54 AM |
Outlook 2k3 RPC over HTTP Script | vzerbonia | Outlook - Installation | 0 | July 27th 06 08:35 PM |
last string in txt file | Leech | Outlook and VBA | 1 | February 10th 06 08:13 AM |