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:

HostPOP3 server name.
UserNameUser name.
PasswordPassword.
PortPOP3 server port number.

Example

back to top of page
<< ibec_pop3_GetProperty | IBEBlock | HTTP functions>>