Didn't work.
Maybe my tab out problem is related to me creatinng the chat window to send the message?
Here's my code:
code:
function SendMsg(Email,Message) {
var myWnd = Messenger.OpenChat(Email);
myWnd.SendMessage(Message);
Interop.Call("User32", "SendMessageW", myWnd.Handle, 274, 0xF020);
}
Thanks for helping