reply/forward in html

B

BrainCell000

Hi there.I can't seem to get my outlook 2002 to let me reply in html
to a message that comes to me in either rich text or plain text. Is
there any way I can configure it so that it always replies or forwards
in HTML?

Thank you!

- Jason
If you could copy (e-mail address removed), I would greatly appreciate it!

Have a good day.
 
B

BrainCell000

Sue Mosher said:
Outlook has no setting to force HTML on all replies, but you can do some
interesting things with VBA code. See
http://www.outlookcode.com/codedetail.aspx?id=47 for a couple of
samples and discussion.
--
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

Sue, Here's what I tried but it didn't work...

Hmm... Mike, I added this code but it doesn't seem to work. What am I
doing wrong? I added it to my macros using this process:

On the Tools menu, click Macro, and then click Visual Basic Editor.
Double-click Project1, click Microsoft Outlook Object, and click
ThisOutlookSession.
On the File menu, click Save VbaProject.otm.
Close the Visual Basic Editor and quit Outlook.

When I restarted, I didn't get the expected security message regarding
enabling macros and my HTML signature still doesn't work (the code
comes up as opposed to the HTML).

What else should I look for?

Here's the code I used:

Function Item_Open()
TestText=Item.HTMLBody
If TestText="" Then Item.HTMLbody=Replace
(Item.Body,vbCrlf," ")
End Function


Thank you.

-- Jason
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top