Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: Extracting email messages and attachments from a microsoft outlook .pst file

by wfsp (Abbot)
on Apr 20, 2011 at 12:39 UTC ( [id://900332]=note: print w/replies, xml ) Need Help??


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 ?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://900332]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 14:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found