はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
1
スニペット
<100
要約
要約
Regex search for Gmail using GSuite activity.
概要
概要
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.,
機能
機能
Useful while searching mails with complex pattern. Any existing Regex Pattern can be used.
その他の情報
その他の情報
依存関係
UiPath.Gsuite.Activities
コード言語
Visual Basic