Concept Framework 2.2 documentation Contents | Index

standard.net.mail.pop3_count_messages

Name Version Deprecated
pop3_count_messages version 1.0 no

Prototype:
number pop3_count_messages(number pop3_handle)

Parameters:
pop3_handle      pop3 connection handle as returned by pop3_open or pop3_open_secured

Description:
Gets the number of messages on the POP3 server.

Returns:
Returns the number of messages on the POP3 server, or -1 if an error was encountered. To get that error you may call pop3_error.

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