Hi All,
I want filter the mail using GetOutlookMail Filter property based on the [SenderEmailAddress]
how can i do it?
Regards,
Abisha
Hi All,
I want filter the mail using GetOutlookMail Filter property based on the [SenderEmailAddress]
how can i do it?
Regards,
Abisha
Hi Lakshman,
Thanks for the immediate response but my query is there is option called Filter in Get outllook Mail Activity. I need filter the mail address from there which means before i take the mail List it should filter.
So then i will iterate only the required mails instead of iterating all the mails
Yes I tried it but from outlook when i filter from my mail address for example
[From]=AG0067878@xxxxxx.com its not taking but it is taking when i give name
[From]=“Abisha Gopalan”
At the same time if i want to filter gmail mail adress from my outlook
[SenderEmailAddress]=“abisha******@gmail.com” it works fine.
i am not able to understand why [SenderEmailoAddress] and [From] both doesnot filtering mails which is from business mail id.
Because business mail id contains both name and email id. I also tried the same and able to filter out using names but when I put email id and did not get any output
Fine try with ReceivedByName property buddy…that would work @Abisha
Hi Palaniyappan,
Its not working as expected [ReceivedByName] is i give mail address its giving 0 count.
can you send any sample if you have
yes.lets wait if any one knows about this
@Abisha
Hi Abisha,
You can filter mails using [SenderEmailAddress]. Please find below solution.
“[senderemailaddress] = ‘ab.xyz@cd.com’”
“[senderemailaddress] = ‘ab@cd.com’” doesn’t work.
It’s only working with “[From]=‘name’” but I’m looking for mail address filtering. Any solutions so far?
Hey sarikayaebru, this video shows you how to do it, How to filter Outlook messages by sender email address in UiPath - Full Tutorial - YouTube
Let me know if got any questions about the solution.
@AndersJensen can you please make the video public, cant access!
Hey KP6689, sorry it was set to private. Now it’s there Kind regards, Anders
@KP6689 This one goes more in depth UiPath - How to filter emails in Get Outlook Mail Messages - Full Tutorial - YouTube
@AndersJensen Chief! Need your help in extracting structured data from IE.
Im just not able to wrap my head around Extract MetaData: Im using this tag as of now, but throws an error
<extract-table get_columns_name=‘Name’,‘City’,‘City1’ get_empty_columns=‘1’ />
This is the error Im getting
Extract Structured Data ‘TD’: Name cannot begin with the ‘,’ character, hexadecimal value 0x2C. Line 1, position 39.
& uopon removing ‘City’,‘City1’ i.e
this is the error: Extract Structured Data ‘TD’: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))