One of my favourite features of Gmail is the ability to bookmark urls to certain messages like this:
https://mail.google.com/mail/#all/124c8f386d41fd3a
What
Gmail provides an attribute: X-GM-THRID for thread id.
X-GM-THRID
You can use imap fetch function for getting the thread id.
imap fetch
Also see the documentation here.