
Net::Lyskom::MiscInfo - objects holding misc_info data for texts.

$mi = Net::Lyskom::MiscInfo->new(type => "recpt", data => 6);

Object that holds misc_info information.
Returns the type of the misc_info. Can be one of the following strings:
recpt, cc_recpt, comm_to, comm_in, footn_to, footn_in, loc_no, rec_time, sent_by, sent_at, bcc_recpt
The data corresponding to the type. Numbers in all cases except for rec_time, where it is a Net::Lyskom::Time object.
The local text number. Exists in the compact versions of the recpt types.
As above, but for rec_time.
As above, but for sent_by.
As above, but for sent_by.
Class method rather than object method. Takes a misc_info list and puts the recipient metadata in the recipient type objects. This makes it very much easier to process misc_info arrays with foreach, map and other such functions.