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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top