Create your first automation in just a few minutes.Try Studio Web →
by Internal Labs
1
Snippet
<100
Summary
Summary
Regex search for Gmail using GSuite activity.
Overview
Overview
The snippet gets the mail from the mailbox, compares the message body with the Regex search pattern and prints matching contents.
In GetMailMessages activity, Regex search pattern cannot be used. It will not return proper results. In this code, Matches activity is used to search a given Regex pattern in the body of the mails.
It can be modified further to support multiple groups in Regex search pattern, return matching contents along with email details such as from, to, cc, subject, etc.,
Features
Features
Useful while searching mails with complex pattern. Any existing Regex Pattern can be used.
Additional Information
Additional Information
Dependencies
UiPath.Gsuite.Activities
Code Language
Visual Basic
Technical
Version
1.0.0Updated
July 8, 2021Works with
Studio: 21.6 - 22.10
Certification
Silver Certified
Support
UiPath Community Support
Resources