Take parts of Outlook message

@RPA3

Split it based on comma as delimiter as you mentioned in above post.

     arrMail [] = mail.Body.Split(",".ToCharArray)

Then use ForEach loop to iterate one by one item from that array and pass it to different variables.