Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Has anybody worked on a script to convert Lotus Notes .nsf files to Outlook .pst files?

Replies are listed 'Best First'.
Re: nsf to pst
by NateTut (Deacon) on Apr 27, 2005 at 19:41 UTC
    One possible way to approach this would be to use Win32::OLE to access both of the mail clients and use the application itself read from one format and then OLE to the other application to create the other format.