http://qs321.pair.com?node_id=900332


in reply to Re^2: Extracting email messages and attachments from a microsoft outlook .pst file
in thread Extracting email messages and attachments from a microsoft outlook .pst file

Have you got the correct mailbox name? It should be exactly as Outlook displays it. You could add a debug print statement in the seekFolder subs for loop to see which folders are found. Something like
print "Folder:", $obj->Folders->Item($i)->Name;
You don't need 5.12.2, when I first used it I was on 5.8.8.

Replies are listed 'Best First'.
Re^4: Extracting email messages and attachments from a microsoft outlook .pst file
by pankaj_it09 (Scribe) on Apr 20, 2011 at 12:54 UTC
    Actually the input is a *.pst file so the mailbox name is unknown.
    What to do ?