Hi :-)
I'd like to add contacts to my Messenger from an external ASPX page.
I know that there's the SQL table Chat_User_User, but if I put a new row in that table, I'll find the contact in the messenger only after the next login. So I must logout and login again.
What I'd like to obtain is this: while my Messenger is open, I add a new contact from external ASPX page and it appears in Messenger window (or it appears closing and re-opening Messenger without a logout)
Is it possible?
Thank you
Claudio