start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: message_list Chapter 14
Email Connectivity
Next: Reference: next_message
 

next_labeled_message

 $

folder


->next_labeled_message
(

msg_num

, 

label

)

Returns the message number of the next message in the folder relative to msg_number that has the label label associated with it, or 0 if there is no such message.


Previous: Reference: message_list Perl in a Nutshell Next: Reference: next_message
Reference: message_list Book Index Reference: next_message