RE: Question About Outlook 2000
- From: "Midence, Alex" <MidenceA@xxxxxxxxxxxxxxxxx>
- To: "'jfw@xxxxxxxxxxxxx'" <jfw@xxxxxxxxxxxxx>
- Date: Mon, 5 Jan 2004 09:08:49 -0600
Why not just open the message, forward it to yourself so it'll let you edit
it then on the forwarded copy, hit alt-o for format and then go down to html
text and hit enter? It should make your document an html file.
Thanks,
Alex Midence
-----Original Message-----
From: Keith Corkran [mailto:corkrank@xxxxxxxxx]
Sent: Monday, January 05, 2004 8:37 AM
To: jfw@xxxxxxxxxxxxx
Subject: RE: Question About Outlook 2000
well Grant,
though not much of a VBS guy myself, you should be able to take the text you
retrieved from that website, modify it in notepad then save it with a .vbs
extension... viola!
-keith
-----Original Message-----
From: jfw-bounce@xxxxxxxxxxxxx [mailto:jfw-bounce@xxxxxxxxxxxxx]On
Behalf Of Grant Hardy
Sent: Saturday, January 03, 2004 2:33 PM
To: hardy_grant@xxxxxxxxx
Subject: Question About Outlook 2000
Hello List:
This will take a bit of explaining so bare with me.
I posted this to the Outlook mailing list a while ago. I asked how to
automatically convert plain text messages to HTML messages so that I could
read them properly.
Now, somebody on that list said that I could adapt a certain VB script for
Outlook so that the job could be done. The script is designed to convert
HTML messages to plain text messages, but the person told me that I could
replace a certain portion of the script with something else. She said I
could adapt the script from CW mode to work with IMO mode.
The script can be found at http://www.slipstick.com/dev/code/zaphtml.htm#cw
in the CW mode section, and she said I replace
Item.Body = Item.Body
with
Item.HTMLBody = Item.Body
I tried loading the VB editor and am clueless as to how I can insert this
code. Help would be appreciated.
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
To post a message to the list, send it to jfw@xxxxxxxxxxxxx
To unsubscribe from this mailing list, send a message to
jfw-request@xxxxxxxxxxxxx with the word unsubscribe in the subject line.
- Follow-Ups:
- RE: Question About Outlook 2000
- From: Grant Hardy
Other related posts:
- » Question About Outlook 2000
- » RE: Question About Outlook 2000
- » RE: Question About Outlook 2000
- » RE: Question About Outlook 2000
- » RE: Question About Outlook 2000
- » RE: Question About Outlook 2000
- RE: Question About Outlook 2000
- From: Grant Hardy