in reply to Re^3: Win32 - M$ Outlook and Perl.
in thread Win32 - M$ Outlook and Perl.

What if a new folder (not a subfolder) is created by the user just like Inbox ?

Replies are listed 'Best First'.
Re^5: Win32 - M$ Outlook and Perl.
by roboticus (Chancellor) on May 04, 2011 at 15:37 UTC

    pankaj_it09:

    Change the line:

    my $folder = $namespace->GetDefaultFolder(olFolderInbox);

    to select the folder you want to start from.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.

      I don't think that will work for user defined folder.

      If the user has created a folder like "test" which has the same level as that of the "Inbox" folder then what will be the input there.

      Currently I am looking into the following: Migration from Outlook to any other mail program