Ravi Kanth
Ravi Kanth

Reputation: 1210

Uispy Return's Value as "?"

i am using UISpy to detect the outlook TO Address Field but uispy return the Values as "?"

check Here

If it's normal text then Uispy detects correctly it's showing the To Address. the problem is when we enter any email address in To address field its converting into hyperlink how can we get the to Address using Ui spy.

Upvotes: 8

Views: 254

Answers (1)

Daniel Brixen
Daniel Brixen

Reputation: 1663

Inspect.exe from Windows 10 SDK seems to be able to find the email address:

Inspect (with focus in the 'to' field of the email

Test message

(using Outlook 2016 on Windows 10)

Upvotes: 3

Related Questions