Hello All,
Currently i’m using Activity ‘Get Outlook Mail Messages’ and the output will be Writeline using foreach for next process.
Already using this method :
- dt_list.Sender.Address to get email from/sender
- dt_list.To.ToString to get email To/Receiver from email
but for case ‘To’ the output is :
<full name of email> email@domain.com;<full name of email> email@domain.com
I wonder how to get value like this :
email@domain.com;email@domain.com
Anyone could help me?
Thankyou