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

Change Message Format - Does anyone know how to?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 27th 08, 10:54 AM posted to microsoft.public.outlook.program_vba
xxexbushpig
external usenet poster
 
Posts: 6
Default Change Message Format - Does anyone know how to?

Hi
I would be most grateful if someone could help me with a macro for a one
click change to the format of a message.
I can do macros in Word and Excel, but have failed completely with
Outlook because it doesn't allow me to record the steps, and I am at sea with
all the different forms available.

Received messages arrive in all sorts of formats, depending on sender. Some
are readable, some are not. Some have backgrounds, some are plain.
I would like to be able to change them all to my default format.
I would love to create a macro so that, by clicking on a toolbar icon, I can
select the whole of an open, received message (the one that I am currently
reading), and change the font format to plain Times New Roman 12, and remove
any graphics background.
If that needs any dim or let statements, I would be most grateful if someone
could you show me those too!
Many thanks
Mike


Ads
  #2  
Old April 28th 08, 07:16 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Change Message Format - Does anyone know how to?



Set Outlook to show all e-mails in plain text and to always use your font
settings. That should do it.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Sun, 27 Apr 2008 02:54:00 -0700 schrieb xxexbushpig:

Hi
I would be most grateful if someone could help me with a macro for a one
click change to the format of a message.
I can do macros in Word and Excel, but have failed completely with
Outlook because it doesn't allow me to record the steps, and I am at sea

with
all the different forms available.

Received messages arrive in all sorts of formats, depending on sender.

Some
are readable, some are not. Some have backgrounds, some are plain.
I would like to be able to change them all to my default format.
I would love to create a macro so that, by clicking on a toolbar icon, I

can
select the whole of an open, received message (the one that I am currently
reading), and change the font format to plain Times New Roman 12, and

remove
any graphics background.
If that needs any dim or let statements, I would be most grateful if

someone
could you show me those too!
Many thanks
Mike

  #3  
Old April 29th 08, 11:24 PM posted to microsoft.public.outlook.program_vba
xxexbushpig
external usenet poster
 
Posts: 6
Default Change Message Format - Does anyone know how to?

Thank you Michael.
Unfortunately, that won't do - sometimes there are graphics and things that
one needs and would loose if all incomings were plain text format.
A macro that I can run at my own option is the only solution.
Many thanks
Mike

"Michael Bauer [MVP - Outlook]" wrote:



Set Outlook to show all e-mails in plain text and to always use your font
settings. That should do it.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Sun, 27 Apr 2008 02:54:00 -0700 schrieb xxexbushpig:

Hi
I would be most grateful if someone could help me with a macro for a one
click change to the format of a message.
I can do macros in Word and Excel, but have failed completely with
Outlook because it doesn't allow me to record the steps, and I am at sea

with
all the different forms available.

Received messages arrive in all sorts of formats, depending on sender.

Some
are readable, some are not. Some have backgrounds, some are plain.
I would like to be able to change them all to my default format.
I would love to create a macro so that, by clicking on a toolbar icon, I

can
select the whole of an open, received message (the one that I am currently
reading), and change the font format to plain Times New Roman 12, and

remove
any graphics background.
If that needs any dim or let statements, I would be most grateful if

someone
could you show me those too!
Many thanks
Mike


  #4  
Old May 2nd 08, 07:33 AM posted to microsoft.public.outlook.program_vba
Michael Bauer [MVP - Outlook]
external usenet poster
 
Posts: 1,885
Default Change Message Format - Does anyone know how to?



With plain text you don't *lose* any graphics; graphics are attached to the
e-mail, and they won't be deleted if you change the displaying format - you
just won't see them within the mail body.

If you display all of your e-mails by default in plain text, Outlook
displays a label above the Subject and tells you if it's actually an HTML
message. You can then click on that label to change the format back to HTML
if you want to - and that will show you graphics if there're some.

Anyway, if you want your own solution, it's quite easy if you have Outlook
2003 or 2007: Activeinspector.CurrentItem is the opened item, it has a
BodyFormat property that you can set. Please see the object browser (f2),
select the mentioned items and click f1 for help and code samples.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Tue, 29 Apr 2008 15:24:02 -0700 schrieb xxexbushpig:

Thank you Michael.
Unfortunately, that won't do - sometimes there are graphics and things

that
one needs and would loose if all incomings were plain text format.
A macro that I can run at my own option is the only solution.
Many thanks
Mike

"Michael Bauer [MVP - Outlook]" wrote:



Set Outlook to show all e-mails in plain text and to always use your font
settings. That should do it.

--
Best regards
Michael Bauer - MVP Outlook

: Outlook Categories? Category Manager Is Your Tool:
: http://www.vboffice.net/product.html?pub=6&lang=en


Am Sun, 27 Apr 2008 02:54:00 -0700 schrieb xxexbushpig:

Hi
I would be most grateful if someone could help me with a macro for a one
click change to the format of a message.
I can do macros in Word and Excel, but have failed completely with
Outlook because it doesn't allow me to record the steps, and I am at sea

with
all the different forms available.

Received messages arrive in all sorts of formats, depending on sender.

Some
are readable, some are not. Some have backgrounds, some are plain.
I would like to be able to change them all to my default format.
I would love to create a macro so that, by clicking on a toolbar icon, I

can
select the whole of an open, received message (the one that I am

currently
reading), and change the font format to plain Times New Roman 12, and

remove
any graphics background.
If that needs any dim or let statements, I would be most grateful if

someone
could you show me those too!
Many thanks
Mike


 




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
Help - How to Change Message Format? xxexbushpig Outlook and VBA 0 March 30th 08 10:30 PM
Change Outlook 2007 message format after installation with OCT jabdip Outlook - Installation 0 August 7th 07 08:44 PM
how i can change default file format Outlook uses to save message Rajkumar Outlook - General Queries 4 April 25th 06 08:26 PM
How to change CONTACTS format on outlook 2003 to previous format Changing format of all contact records Outlook - Using Contacts 3 March 15th 06 10:51 PM
Shortcut to change message format Postman Outlook - General Queries 3 January 17th 06 08:56 PM


All times are GMT +1. The time now is 04:46 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.