![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I want to use class of TcpClient in C# to read email, the codes is as follows:
TcpClient client = new TcpClient(strHostName, nPort); NetworkStream ns = client.GetStream(); StreamWriter sw = new StreamWriter(ns); sw.WriteLine("USER myAccountName"); The last line of code execution prompt me : "-ERR Command is not valid in this state." == what should I do before sw.WriteLine("USER myAccountName"); ? (The pop3 server is exchange2007) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
i can't read my mail can you help me | Outlook Express | 4 | August 7th 06 06:54 AM | |
Possible to require e-mail be read? | Chase | Outlook and VBA | 1 | March 27th 06 05:37 AM |
Possible to require e-mail be read? | Chase | Outlook - Using Forms | 0 | March 26th 06 11:50 PM |
Can't read my e-mail | Ola | Outlook - General Queries | 4 | February 9th 06 04:51 PM |
can i read my e-mail here i will sign up | Milly Staples [MVP - Outlook] | Outlook - Using Contacts | 0 | January 8th 06 05:42 PM |