Need to filter emails by sender in get outlook activity

Hi,

I need to filter emails by sender of email in get outlook email activity filter.
I dont want to filter it using emailitem.sender

any DASL query to mention in the filter of activity.

Hi @sky1901,

Try this code

"@SQL= (urn:schemas:httpmail:sendername = <senderMailId>"

Thank you But its not working tried…

Hi
Kindly try with this in filter property
”[SenderEmailAddress] = ‘xyz@xyz.com’ “

Cheers @sky1901

@Palaniyappan i tried this but unf didnt work.

Program just starts and end, w/o any output.

image
image

1 Like

Hmm it would work actually
May I know what is the value mentioned
Is it mentioned with
“ [SenderEmailAddress] = ‘abcdf@gmail.com’ “

Cheers @KP6689

1 Like

this one is sorted, need you help on the screenscraping front !! haha thanks!

1 Like

Fine @KP6689

1 Like

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