Filtering email from outlook

Hi All,

There are 2 emails which i want to filter based on subject line and in filter creteria i have written like.
“@SQL=urn:schemas:httpmail:subject like ‘%Biogen safety report MR-1237 France%’ And urn:schemas:httpmail:subject like ‘%PV Dr Octavia DAN/ St-Lô%’”

After for each activity and log message, but it is not printing the log.

Hi @Rakesh_Tiwari

Try this condition:

"@SQL=urn:schemas:httpmail:subject like '%Biogen safety report MR-1237 France%' OR urn:schemas:httpmail:subject like '%PV Dr Octavia DAN/ St-Lô%'"

Regards

1 Like

Sorry for the Delay in response, i tried with the above expression, but no output.

output:

image

Hi @Rakesh_Tiwari

Try this:

@SQL=""urn:schemas:httpmail:subject"" like '%Biogen safety report MR-1237 France%' OR ""urn:schemas:httpmail:subject"" like '%PV Dr Octavia DAN/ St-Lô%'

Regards

1 Like

Hi @Rakesh_Tiwari ,

If you want to display subject of mail then do as below

mail.Subject

Regards,
Vinit Mhatre

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.