User Profile

Collapse

Profile Sidebar

Collapse
jive
jive
Last Activity: May 15 '09, 07:34 AM
Joined: Aug 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jive
    replied to Reading email in C# .Net
    in .NET
    yes i read those and still cant figure it out
    a code sample of connecting to the gmail server would really help
    See more | Go to post

    Leave a comment:


  • jive
    started a topic Reading email in C# .Net
    in .NET

    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
    and i get this exception:
    Code:
    Waiting +OK. Received :502 5.5.1 Unrecognized command. f31sm10153311fkf.15
    pls help.
    thx in advance.
    See more | Go to post

  • jive
    replied to C# .Net Sending an e-mail to an application
    in .NET
    Thx for helping...
    I found the EAGetMail.dll to help me solve this problem and it worked......
    See more | Go to post

    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...
    See more | Go to post

  • jive
    started a topic C# .Net Sending an e-mail to an application
    in .NET

    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...
    See more | Go to post
No activity results to display
Show More
Working...