I have declared senderAdd variable of the type MailAddress. it does not have a ‘From’ function.
What I am trying to do is that I save
senderAdd = mail.Sender
(where mail is a MailMessage variable).
Now I need to store the string equivalent of senderAdd into a string variable (receiverAdd) to be able to pass it to the Send Outlook Mail Message Activity.
I am using the uiPath GUI options only. i am not very well versant with .Net core programming, so don’t know how to modify directly as per the code snippet that you have pasted.