8

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.

Ravi Kanth
  • 1,182
  • 13
  • 38
  • 1
    Did you try Inspect (https://msdn.microsoft.com/en-us/library/dd318521(v=vs.85).aspx)? UISpy is obsolete (https://msdn.microsoft.com/en-us/library/ms727247(v=vs.110).aspx). – habakuk Feb 16 '17 at 16:24
  • Same inspect and UISPY return's me the same result that is '?'.... – Ravi Kanth Feb 17 '17 at 05:20

1 Answers1

3

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)

Daniel Brixen
  • 1,633
  • 13
  • 20