View Single Post
  #2  
Old November 28th 07, 05:42 PM posted to microsoft.public.outlook.program_vba
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 830
Default Consolidate Mail text

Have you started writing your code? The first thing I would need to know is
how are we getting access to these e-mails? Would they be part of a search
result? All currently open e-mails? Selected e-mails?

Once you get a handle to the required e-mails, all you need to do is access
the MailItem.Body property for each message and concatenate them to apply to
another message's MailItem.Body property.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


" wrote:

Can someone please help me write a macro to consolidate text from
several mails and put it in a single mail ?

Ads