C# eMail )) Brauche dringend Hilfe

LÖSUNG JUPPIIIIIII

Ich habe endlich die Lösung meiner Probleme:

// Check the no of email messages on the server
input = "list \r\n";
outbytes = System.Text.Encoding.ASCII.GetBytes(input.ToCharArray());
ns.Write(outbytes,0,outbytes.Length) ;
mResult = sr.ReadLine();

input = "STAT \r\n";
outbytes = System.Text.Encoding.ASCII.GetBytes(input.ToCharArray());
ns.Write(outbytes,0,outbytes.Length) ;
mResult = sr.ReadLine();


Damit ist mein Problem erledigt...

Danke für alles...
 
Zurück