I am writing code behind a form to read emails from a specified outlook folder, download attachments and do various other processing. I am unable to find the code to get the sender's email address. I can get the recipient (the TO name) with .to (although it requres permission to be granted). The .subject and .attachments all work fine but I can't find the correct property for the senders email address. Can anyone help please?