Login  
Search All Forums
Dart Home | PowerTCP Mail for .NET | Custom Development Reply | PowerTCP Mail for .NET Topics | Forums   
AuthorForum: PowerTCP Mail for .NET
Topic: unable to login using Pop
4rajya

From: India
Posts: 4
Member Since: 04/13/15
posted September 30, 2015 6:57 AM

Hi All,

I am unable to login using dart.mail.Pop.
The following is the code snippet.

Imports dart.mail

dim pop1 as New Pop()

pop1.Session.RemoteEndPoint.HostNameOrAddress = server;
 pop1.Session.RemoteEndPoint.Port = serverPort;
 pop1.Session.LocalEndPoint.HostNameOrAddress = client;
 pop1.Session.LocalEndPoint.Port = clientPort;
 pop1.Session.Username = username;
 pop1.Session.Password = password;
 pop1.Session.Authentication = loginMethod;
 pop1.Connect();
 pop1.Authenticate();


When I try to reach line " pop1.Connect()" I am getting the following exception.

exception:
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.


The documentation below link does not provide information about where to specify the login credentials and the port.It simply specifies Pop.connect() and pop.authenticate()....

http://www.dart.com/help/ptmlnet/webframe.html#Dart.Mail~Dart.Mail.PopMessage.html


Kindly help me out in this ascept.
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted October 2, 2015 5:00 PM

Thank you for your post. An email was sent to you requesting additional information. Please let me know if you have not received this email and I will be happy to resend.

All the best,
Jamie
Reply | PowerTCP Mail for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX