crossposted: https://www.mrexcel.com/board/…ed-outlook-email.1211608/
MODERATOR NOTICE: This topic has also been posted on other sites and may already have an answer elsewhere. Please take this into consideration when answering this question
Trying to exclude sender when recipients hit Reply All, in Excel generated Outlook email.
I have EmailItem.To = "[email protected]" and
EmailItem.CC = "[email protected]"
I think I can do EmailItem.ReplyRecipients.Add "[email protected]; [email protected]"
But how do I do that without listing specific emails, e.g. "[email protected]; [email protected]", but instead make it so that whatever addresses are in To and CC fields, will be included, but not the sender?