G
Guest
Hello!
I have emails in my inbox folder. In order to get the email address of the
sender I wrote the following:
adrs = Application.ActiveExplorer.Selection(1).SenderEmailAddress
And for my Sent Items folder I wrote:
adrs = Application.ActiveExplorer.Selection(1).To
It works fine.
The only problem is, when it doesn't say the address, and instead it says
the *name* of the sender (maybe because he replied to my email).
In this case how can I find the address of the sender?
Thanks,
Yonina.
I have emails in my inbox folder. In order to get the email address of the
sender I wrote the following:
adrs = Application.ActiveExplorer.Selection(1).SenderEmailAddress
And for my Sent Items folder I wrote:
adrs = Application.ActiveExplorer.Selection(1).To
It works fine.
The only problem is, when it doesn't say the address, and instead it says
the *name* of the sender (maybe because he replied to my email).
In this case how can I find the address of the sender?
Thanks,
Yonina.