Forwarding and replying mails

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I get my most of mails in RTF or plain text format. But I have a sifnature
which is of HTML format. So when I reply or forward these mails, my
signature gets changed. The font, the size and also the colour. So is there
any VB code which would convert these type of mails into HTML automatically
when I click the forward or reply button button, so that my signature doesn't
get changed.
 
Hi, When I use the code supplied at the link made available by you and run it
on my outlook I get an message box as
"A program is trying to access e-mail addresses you have stored in outlook.
Do you want to allow this?

If this is unexpected, it may be a virus and you should choose "No."

Allow access for (1,2,5,10 Minutes)"

with yes, no and Help buttons on the message box.I am using Outlook 2003.

Please let me know if I can accept it as yes. I ma
 
In the GetCurrentItem() function, change this statement:

Set objApp = CreateObject("Outlook.Application")

to

Set objApp = Application

If the issue persists, see http://www.outlookcode.com/article.aspx?ID=52 for your options with regard to the "object model guard" security in Outlook 2000 SP2 and later versions.
 
Back
Top