Hi,
I currently have this piece of code in a bigger piece to extract emails from outlook my issue is that the "To" is bringing back the name rather than email address the email was sent to.
strColC = olItem.SenderEmailAddress strColA = olItem.Subject
strColB = olItem.Sender
strColD...