Outlook attachment in config file

I want to send the output of the process to the sender , but the mail id is in config file , i want to configured the mail, in outlook activity in reframework , if any one know this plz reply me

Hi @Aarthy1 ,

If you have To email address in config xls you could get with the following expression config(“YourkeyForToemailaddressinConfigxls”).tostring so it will bring to email address from your config xls. You can use the above expression in To for your send outlook mail message activity. Thanks.