meta data for this page
  •  

ibec_pop3_SetProperty

Description

ibec_pop3_SetProperty sets a value of the specified property.

Syntax

 function ibec_pop3_SetProperty(POP3Session : variant; PropertyName : string; Value : variant) : variant;

The following properties are supported:

Host POP3 server name.
UserName User name.
Password Password.
Port POP3 server port number.

Example