![]() |
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
|
|||
|
|||
![]()
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. |
Ads |
#2
|
|||
|
|||
![]()
See http://www.outlookcode.com/codedetail.aspx?id=47 for a code sample.
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "ragz4ragz" wrote in message ... 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. |
#3
|
|||
|
|||
![]()
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 |
#4
|
|||
|
|||
![]()
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. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "ragz4ragz" wrote in message ... 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
move original message after replying or forwarding | rengland | Add-ins for Outlook | 1 | February 5th 07 07:02 AM |
original message changes when replying/forwarding | oren | Outlook - General Queries | 0 | August 1st 06 07:11 PM |
Random font change when replying to or forwarding mails in Outlook Express | Outlook Express | 1 | March 31st 06 12:13 PM | |
Replying and Forwarding font size | Cornplanter | Outlook - General Queries | 1 | March 15th 06 05:19 AM |
Problems Replying and Forwarding Email | don | Outlook Express | 1 | February 15th 06 06:35 PM |