On Mon, 25 Jul 2011, Wagner, David --- Sr Programmer Analyst ---
CFS wrote:
> 
>       I got some code from a reply I found on Perl Monks and brought
> over to my Desktop and ran the code. It does what I am after, BUT I do
> not want the default inbox, but another inbox.
> 
>       The code for the default inbox is:
> 
>       my $folder = $namespace->GetDefaultFolder(olFolderInbox);
> 
>       How do I get a different folder to read from messages from???

Sorry, no time to test right now, but I suspect something like this
might work:

my $folder = $namespace->Folders("Outlook Data File")->Folders("Alternate 
Input");

Cheers,
-Jan


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to