Hi
I want to extract email address and sender’s name from a forwarded email. All those details are in the body of email, i can extract the whole body but not individual bits of info.
can any one help on this
Thanks
kalyani
Hi
I want to extract email address and sender’s name from a forwarded email. All those details are in the body of email, i can extract the whole body but not individual bits of info.
can any one help on this
Thanks
kalyani
Hi @kalyani,
Check the attached Workflow you will get basic idea to work with outlook mail items,
MailProcess.xaml (12.1 KB)
@kalyani If you able to extract the body , use string manipulation to get the exact information you need from the body!
Thanks
Thanks
Got it