Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: foldernameChapter 14
Email Connectivity
Next: Reference: get_header
 

get_fields

 $folder->get_fields(msg_num, fields)

Retrieves the fields specified in the list fields for message msg_num. If called in list context, returns a list; in scalar context, returns a reference to a list of the fields. Returns the fields in the same order as they were specified.


Previous: Reference: foldernamePerl in a NutshellNext: Reference: get_header
Reference: foldernameBook IndexReference: get_header