once you’re done reading email, you will get all email in MailMessage.
put for each activity and To property supply MailMessage and object type mail should be System.Net.Mail.MailMessage.
drag if activity and write condition as below,
if mail.body.contaions(“Order”) {
// place order
}else{
do u want
}