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.
Any help would be great.
Thanks
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.
Code:
strColC = olItem.SenderEmailAddress strColA = olItem.Subject
strColB = olItem.Sender
strColD = olItem.Body
strColE = olItem.To
strColF = olItem.ReceivedTime
Any help would be great.
Thanks