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
back to top of page
<< ibec_ftp_SetProperty | IBEBlock | ibec_pop3_CloseSession >>