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:
| Host | POP3 server name | 
| UserName | User name. | 
| Password | Password. | 
| Port | POP3 server port number. | 
| MsgData | Text of message retrieved with ibec_pop3_Retr function. | 
| MessageData | Same as MsgData. | 
| Uidl | List of unique identifiers retrieved with ibec_pop3_Uidl function. | 
| List | List of numbers and sizes of messages retrieved with ibec_pop3_List function. | 
| LastResponse | A text string of last server response. | 
Example
back to top of page 
<< ibec_pop3_Quit | IBEBlock | ibec_pop3_SetProperty >>








