I'm making a chat box right? well i created 2 emails. 1 for input, 1 for output input1213@gmail.com output1213@gmail.com
when u click send message, input will send the message in the textbox to output, then another item will display its emails recieved
i thought of this yesterday and dont understand how i will display its revieced emails.
BTW: i already got it working, but using a webbrowser tool. <---- I don't like this
You could use something like a webclient or something to only display the message
Gmail is a pain in the ass, but if you must use it go to this site link
If you are looking to build a chat relay you could also try VB.NET and PHP and store messages in MySQL or TXT files on a remote server then you can control the messages and security ect, just a suggestion.
This is probably the worst way of making a chat. You couldn't come up with a more ineffecient, slower way...
Better do TCP or MySQL whereas TCP is the best choice.