-
I would like to write a program, that takes my all Items of my inbox looks for the internet E-Mail address (like [email protected]) and puts this into my contact folder as name and as E-Mail address.
I have found a piece of code that reads out the alias. (with the "senderName" property) but that only reads out the alias. This is not something I could send an E-Mail to.
Is there some kind of "emailaddress" property?
Thank you
Roman
-
E-Mail Address (SMTP)
If you ever figure this out let me know. I too was looking for that address. To get around it I did a .reply (from the e-mail sent to me) and took the address from there. It was the only way I could see to grab it. As luck would have it, it worked and I was doing a reply anyway.