Read only mail with a particular subject without reading other mails

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