Get email recipients

Hello,

I currently am able to get email sender, date, and subject, how do I also get who the email is too?

Thanks

Hi , Try the below topic

If you are looking to get mail recipients from ‘CC’

Follow the below example

ExtractCC.xaml (7.4 KB)

I would like to get To as well

would item.to.tostring work where item is an email?

@sparkplug93

You can use From mails only for TO also. Do you want to send mail to them right ?