[
{
"Claims": "i:0#.f|membership|russell.gove@xx.com",
"DisplayName": "xyz,x",
"Email": "abc@xx.com",
"Picture": "https://xx.sharepoint.com/sites/GLMasterData/_layouts/15/UserPhoto.aspx?Size=L&AccountName=Russell.Gove@tronox.com",
"Department": "Infrastructure Services",
"JobTitle": "Sr SharePoint Architect"
},
{
"Claims": "i:0#.f|membership|xx.xx@xx.com",
"DisplayName": "xx, xx",
"Email": "abc@xxxx.com",
"Picture": "https://xx.sharepoint.com/sites/GLMasterData/_layouts/15/UserPhoto.aspx?Size=L&AccountName=John.Njoroge@tronox.com",
"Department": "CFO Staff",
"JobTitle": "Manager Accounting Analysis"
}
] Hi,
I want send email to all the email ids present in a column whose datatype is PersonAndGroup.I tried it but i am not able to extract email from the object.My output is as follows
{"Emails":"abc@gmail.com"};{"Emails":"xyz@gmail.com"}.Due to which i amnot able to send emails.Any help would be appreciated.

Thanks in Advance