I am updating an Email using Redemption to set the value of Sender
of the Email, so I use this code:
RDOMail rdoMail = Globals.ThisAddIn.session.GetMessageFromID(mail.EntryID);
rdoMail.Sender = //What goes here?
But, I have no idea how to create the RDOAddressEntry
to set the Sender
property of the Email, any ideas?