how can I send many selected emails to one address indivividually

  • Thread starter Thread starter loobylou100
  • Start date Start date
L

loobylou100

I would like to be able to select a number of emails from a box and forward
them to another email address. I don't want to send all emails received to
this address, only the ones I select. I also want the emails to send
separately and not as attachments to one large email.Is this possible?
 
select the message, click forward, rinse repeat. You could write VBA code
to do it - move or copy the messages to be forwarded to a new folder and run
the VBA macro on it. But unless there are a lot of messages or you know a
lot about Outlook VBA, doing each one is probably going to be faster.

BTW - depending on the email client used by the recipient if you send as
attachments they can drag and drop the messages into their mail client as
individual messages. If this addresses your reason for wanting individual
messages, it would be faster and easier than forwarding each messing
individually - and reduce the hassle for the recipient of receiving a large
number of messages.
 

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