Concept Framework 2.2 documentation Contents | Index

standard.net.mail.pop3_get_message

Name Version Deprecated
pop3_get_message version 1.0 no

Prototype:
string pop3_get_message(number pop3_handle, number message_index)

Parameters:
pop3_handle      pop3 connection handle as returned by pop3_open or pop3_open_secured
message_index      the index of the message starting 0; must be smaller than pop3_count_messages

Description:
Gets a message from a POP3 server.

Returns:
Returns a string containing the message, or an empty string. Check with pop3_error if any error was encountered.

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:16 2013 GMT(c)2013 Devronium Applications