Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Feb : Repost - Indy and Hotmail
| Subject: | Repost - Indy and Hotmail |
| Posted by: | "HAROUCHE, David" (metan..@hotmail.com) |
| Date: | Sun, 3 Feb 2008 16:01:04 |
Yep
Just installed Indy....with D7 personnal....
I have an Hotmail account (metanil@hotmail.com) and I want to check my
mails...
I set a idPop3 like that :
POP3.Host := edServeur.Text;
POP3.Port := StrToIntDef(edPort.Text, 110);
POP3.Username := edUser.Text;
POP3.Password := edPass.Text
POP3.Connect;
....
That says :
Socket Error Error #11004
Help.... !