Print only the message

  • Thread starter Thread starter Ross
  • Start date Start date
R

Ross

Does anyone know how to either code or set up to print
onlt the message content for all mails.
Any help would be apprecited
 
Does anyone know how to either code or set up to print onlt the message
content for all mails.
Any help would be apprecited

I don't have the actual code on-hand, but it shouldn't be too hard to
do a macro that loops through the messages, extracts the message body and
pastes it into a Word document. Not too hard for somebody familiar with
VBA programming I mean. :)
 
I've written a small C# add-on for Outlook 2003 which does just this.
prints only the body of the message, the only problem I have now is that it
prints everything as plain text.

actually all the code is on MSDN site, in two pieces.
under C# look for 1. Outlook add-on 2. printing

voila, you now have a custom button on your outlook toolbar...
 
Back
Top