yes i read those and still cant figure it out
a code sample of connecting to the gmail server would really help
User Profile
Collapse
-
Reading email in C# .Net
I'm using SmtpPop.dll to read emails the code:Code:POP3Client pop = new SmtPop.POP3Client(); pop.Open ("pop.gmail.com", 25, "myaccname", "mypass"); SmtPop.POPMessageId[] messages = pop.GetMailList(); //The code breaks here
Code:Waiting +OK. Received :502 5.5.1 Unrecognized command. f31sm10153311fkf.15
thx in advance. -
Thx for helping...
I found the EAGetMail.dll to help me solve this problem and it worked......Leave a comment:
-
.NET C# EAGetMail.dll the target machine actively refused it
I'm using EAGetMail.dll to read mail from a e-mail server and when the program tries to connect to it an error comes out the "failed to make connection becouse the target machine actively refused it"...
any help?
here is the code for the connection:
oClient.Connect (oServer);
and the exception:
catch (System.Net.Soc kets.SocketExce ption ep)
{
Console.WriteLi ne("Socket... -
C# .Net Sending an e-mail to an application
Pls help, i am making an c# .net application that will always be running on a computer and i want it to write the subject (of the e-mail i recieved on my e-mail server) in the applications text box called textbox1 (textbox1.Text = "?????").
A code sample would be of great help...
No activity results to display
Show More
Leave a comment: