A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Forwarding and replying mails



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 13th 07, 07:36 AM posted to microsoft.public.outlook.program_vba
ragz4ragz
external usenet poster
 
Posts: 3
Default Forwarding and replying mails

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  
Old June 23rd 07, 05:07 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forwarding and replying mails

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  
Old June 25th 07, 01:03 PM posted to microsoft.public.outlook.program_vba
ragz4ragz
external usenet poster
 
Posts: 3
Default Forwarding and replying mails

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  
Old June 25th 07, 01:27 PM posted to microsoft.public.outlook.program_vba
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Forwarding and replying mails

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 07:12 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.