Hi @Olaoluwa,
You can use filter property of outlook activity.
Or you can have a list of messages and then filter them by subject
If MailItem.subject.contains(“files received”)
See this-
Then you can do your stuff.
Thanks,
Prankur
Hi @Olaoluwa,
You can use filter property of outlook activity.
Or you can have a list of messages and then filter them by subject
If MailItem.subject.contains(“files received”)
See this-
Then you can do your stuff.
Thanks,
Prankur