meta data for this page
  •  

ibec_pop3_OpenSession

Description

ibec_pop3_OpenSession creates and initializes an internal object which is used to work with the POP3 protocol.

Syntax

 function ibec_pop3_OpenSession(Params : string) : variant;

The following parameters are available:

Host=<string> POP3 server name.
UserName=<string> User name.
Password=<string> Password.
Port=<string> POP3 port number. Default value is 25.

ibec_pop3_OpenSession returns a handle of a POP3 object.

Example