tillys Text::xSV handles linefeeds in CSV records, as long as the values are quoted. It's a pure Perl module and thus relatively slow, but I guess that importing stuff from the Outlook object model and/or the MAPI accesses would be the bigger bottleneck.
perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The
$d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider
($c = $d->accept())->get_request(); $c->send_response( new #in the
HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
| [reply] [d/l] |