This Outlook VBA script allows you to:
- Collect sender email addresses from all selected emails
- Create a single new email
- Place all senders in the BCC field
- Use Undisclosed recipients <[email protected]>in the To field
- Include the original messages as quoted content in the email body
β Adds all selected senders to BCC
β Custom "To" address for clarity
β Automatically appends the original messages in the reply
β Opens a new draft ready for review
Youβve received 10 support requests, and you want to send a single status update or response to all senders β without revealing their addresses to each other.
- Open Outlook.
- Press ALT + F11to open the VBA editor.
- Insert a new module:
Right click > Insert > Module
- Paste the code above into the module.
- Save and close the editor.
- Back in Outlook, select multiple emails.
- Press ALT + F8, chooseReplyToMultipleSendersBCC, and click Run.
This script will not send any email automatically β it opens a draft for you to review.