I have a simple question. I have written a program that uses the winsock control to conect to a pop3 server and allows the user to list, read and delete email messages. The problem that I am having is splitting up the data that is comming back from the winsock Dataarrival event.
It works fine, eccept that all the information gets funneled into the same textbox and i can not figure out a easy way to separate email messages into another text box.
Basically when the List command is issued to the pop3 server, I went the resultant list of waiting mail messages to be directed to another text box, and likewise for the email messages....
Does anybody have any ideas?
Troy Williams B.Eng.
fenris@hotmail.com
It works fine, eccept that all the information gets funneled into the same textbox and i can not figure out a easy way to separate email messages into another text box.
Basically when the List command is issued to the pop3 server, I went the resultant list of waiting mail messages to be directed to another text box, and likewise for the email messages....
Does anybody have any ideas?
Troy Williams B.Eng.
fenris@hotmail.com