I would like to extract specific content from my mail body .Can anyone suggest the way ?
We do get employee’s expiry mail and would like to extract Name , Employee ID and Manager Email from the body part and save to an excel file.I need to do it for each expiry mail comes to inbox with different names emp IDs and manager mails…
Please help me on this as I have an urgent task to be done based on this
Sorry , I am beginner in Uipath
If you have bit time, would you just display me the code to extract name or email id as an example as I am little confused of
Perfect, Thanks a lot Brother…That worked…
I have one more doubt here …
I would like to send a mail to a mail ID with the results i got ( Name(0).ToString , EmployeeID(0).Tostring, ManagerEmail(0).ToString)
When i prepare mail subject as “Leaver Notification of” +Name(0).ToString , I am getting the below error
“Send Outlook Mail Message: The specified string is not in the form required for a subject.”
Is it possible for me to add the Regex output in Subject and inbetween Body of the mail ?
My mail should be like the following
To - ManagerEmail(0).ToString
**SUbject- “Leaver Notification of” NAME ** Body- Hi Manager Name, ( The name should be split from email id) ----------------------------- -------------------Employee Name