ibec_pop3_GetProperty

Description

ibec_pop3_GetProperty returns a value of the specified property.

Syntax

 function ibec_pop3_GetProperty(POP3Session : variant; PropertyName : string) : variant;

The following properties are supported:

HostPOP3 server name
UserNameUser name.
PasswordPassword.
PortPOP3 server port number.
MsgDataText of message retrieved with ibec_pop3_Retr function.
MessageDataSame as MsgData.
UidlList of unique identifiers retrieved with ibec_pop3_Uidl function.
ListList of numbers and sizes of messages retrieved with ibec_pop3_List function.
LastResponseA text string of last server response.

Example

back to top of page
<< ibec_pop3_Quit | IBEBlock | ibec_pop3_SetProperty >>