my $namespace = $outlook->GetNameSpace("MAPI") or die "can't open MAPI namespace\n";
my $myRecipient = $namespace->CreateRecipient("Jan Mlcak");
$myRecipient->Resolve;
my $recurringitems;
my $calitems;
if( $myRecipient->{Resolved} ) {
$recurringitems = $namespace->GetSharedDefaultFolder($myRecipient, olFolderCalendar)->{Items};
$calitems = $namespace->GetSharedDefaultFolder($myRecipient, olFolderCalendar)->{Items};
} else {
die "Bad times.";
}
In reply to Re: Outlook public folders
by Anonymous Monk
in thread Outlook public folders
by Jules_Verne
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |