Aussie
Member
- Outlook version
- Outlook 2010 32 bit
- Email Account
- Exchange Server 2010
All,
Nice forum ... I am somewhat a newbie ... and I like writing VBA
I searched but could not find any VBA to allow me to Copy an email's Recipient Names into the introductory line of the Email Body.
So, for example, when I have added email addresses to the "To:" line:
To: lsywalker@outlook.com, dmaul@outlook.com
I would like to run a macro that adds a line like this to the first line in the body of the email. That is, extract the first names for each contact from the contact list and concatenate them:
Dear Luke, Darth,
And then complete the rest of the body text manually?
Can this be done? Can someone please point me in the right direction (e.g., sample code snippet)
Thanks in advance.
Nice forum ... I am somewhat a newbie ... and I like writing VBA

I searched but could not find any VBA to allow me to Copy an email's Recipient Names into the introductory line of the Email Body.
So, for example, when I have added email addresses to the "To:" line:
To: lsywalker@outlook.com, dmaul@outlook.com
I would like to run a macro that adds a line like this to the first line in the body of the email. That is, extract the first names for each contact from the contact list and concatenate them:
Dear Luke, Darth,
And then complete the rest of the body text manually?
Can this be done? Can someone please point me in the right direction (e.g., sample code snippet)
Thanks in advance.