You can try to use the email content and apply a regex to get all the e-mails contained there. Sometimes the emails have a content likeTo: Person1 <person1@email.com>, Person2 <person2@email.com> For that, you may use a regex like this./\b[A-Za-z0-9....