ConnectPOP
ConnectPOP([sPopServerAddress As String [, nPopServerIPPort As Integer[, bUseSSL As Boolean]]]) As Boolean
Make a connection to the POP3 server defined by the parameters <sPopServerAddress> and <nPopServerIPPort>.
The server address can be set in the property POP3Server. The default IP port is 110. User and password must be set by the function SetUserPass. Set the <bUseSSL> parameter if the POP3 server needs a secure connection.