I'm trying testpop.prg but I get no error message (connection succesful) and no received messages. What am I missing?
EMG
I'm trying testpop.prg but I get no error message (connection succesful) and no received messages. What am I missing?
EMG
Are you really referring to TestPop.Prg ? This program in samples folder is only for "Testing Popup Menus in FiveWin" and does not connect to anything. TestPop.Prg demonstrates the popupmenu as intended. Are you referring to some other program or am I missing something ?
Sorry, it was testpop3.prg
EMG
if WsaStartup() == 0
cIp := gethostbyname("yourhost.com")
WsaCleanUp()
endifThank you, James, but I already use the IP address of my POP3 server.
EMG