How to get AddressEntry Object from MailAddress

So i am trying to get the AddressEntry.Alias of the sender of certain email’s. I am using the GetOutlookMesseges activity to pull the emails from a shared account then i am getting the sender email address in a for each loop using mail.Sender.Address but i cannot use that to get the the alias right away…any advice on this?