How to read mails based on priority in Get Outlook mail message activity

How to read mails based on priority in Get Outlook mail message activity

The solution to this query is -

Use the below code inside Filter property of GetOutlookMailMessage activity

“@SQL=” + “”“”+ “urn:schemas:httpmail:importance” + “”“”+ " = 2"

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.