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

The code runs in Outlook 2007 but the count it calculates is 0 even though the "Inbox" has a large amount of messages.

Hence the below loop is not executed :

for (my $i = 1; $i <= $folder->Items->Count; $i++) {
  • Comment on Re^2: Extracting email messages and attachments from a microsoft outlook .pst file
  • Download Code