How to filter messages in Get Outlook Mail Messages activity in UiPath

0 votes
I can retrieve messages using the activity “Get outlook mail messages”. However, I do not understand how to use the Filter property of the activity. What is the syntax of the VB Expression to use there?
Nov 6, 2019 in RPA by anonymous
• 1,110 points
9,089 views

1 answer to this question.

0 votes

Hey, you can use a RegEx expression in Filter to fetch specific mails. Or you can use a If condition with a given Condition. Just make sure your in your condition expression keyword Contains should not have an asterisk. Either use 

item.Subject.Contains("Request") 

or 

item.Subject Like "Request*"
answered Nov 7, 2019 by Abha
• 28,140 points

Related Questions In RPA

0 votes
1 answer

How to use Get queue item activity and how to use ienumerable string in uipath.

Get Queue item activity enables you to ...READ MORE

answered Apr 24, 2020 in RPA by Sirajul
• 59,230 points
4,702 views
0 votes
1 answer

How to scrape data using Get Text from UI Automation tools in UiPath?

Hi Roshni, scraping any text from a web page ...READ MORE

answered Mar 20, 2019 in RPA by Pratibha
• 3,690 points
2,051 views
0 votes
1 answer

How to get key by value in Dictionary UIPath?

Hi Slava, I think you are facing ...READ MORE

answered Jul 8, 2019 in RPA by Abha
• 28,140 points
6,543 views
0 votes
1 answer
0 votes
1 answer

What is Get IBM Notes Mail Messages activity in UiPath Studio and how it can be used?

Hey Apeksha, this activity is used to ...READ MORE

answered Oct 24, 2019 in RPA by Rizvan
1,676 views
0 votes
1 answer

How to save only a specific file type using Save Attachment activity in UiPath?

Hey, the Filter property from Save Mail Attachment ...READ MORE

answered Nov 7, 2019 in RPA by Abha
• 28,140 points
5,643 views
+1 vote
0 answers

Get filename from Outlook attachment

Hi everyone! I want to automate a process ...READ MORE

Sep 25, 2020 in RPA by RandomDude
• 260 points
2,078 views
0 votes
1 answer

Identify a Column in a database in UiPath Studio

There are two options to identify a ...READ MORE

answered Feb 12, 2019 in RPA by Sahiti
• 6,370 points
2,486 views
0 votes
1 answer

What is Get Attribute activity and how it can be used in UiPath Studio?

Hey @vaani, Get Attribute activity in UiPath ...READ MORE

answered Mar 20, 2019 in RPA by Abha
• 28,140 points
7,410 views
0 votes
1 answer

How Get Full Text activity is different from Get Visible Text activity in UiPath studio?

Hi @Piyush, Get Full Text and Get ...READ MORE

answered Mar 28, 2019 in RPA by Abha
• 28,140 points
7,237 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP