how can I send many selected emails to one address indivividually

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?
 
D

Diane Poremsky {MVP}

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