Hi team,
Im performing some activities in outlook.I will find mail with the subject name and i will look for attachment. if the having mail chain thoese mail are not processed by bot.any suggestions pls
You mean E-Mails as attachement to the E-Mail with “mail chain” or can you please specify?
Are you using a Get Mail and filter for Subject and then loop through all results? If possible please share your workflow so we’re able to help more specifically.
Using get outlook mail message i will read message and will filter with specific subject name.after that i used for loop to get the specific subjects mail inside the for loop i used if condition to check for attachment if attachment is there i need to check does it has a mail chain or not…if it has the bot wont process.
i need to solutions for mail chain
Please try using this in IsMatch activity or like below
System.Text.RegularExpressions.Regex.IsMatch(str,"(?=From:(.|\s)*Sent:(.|\s)*To:(.|\s)*Subject:(.|\s)*)",RegexOptions.MultiLine)
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.