in reply to Re: Re: Re: MS Outlook GetSharedDefaultFolder
in thread MS Outlook GetSharedDefaultFolder
Because $p2 = $namespace->GetSharedDefaultFolder($recipient,6) returns a lvalue, which the "if" operator interprets as true, if GetSharedDefaultFolder() succeeds. Otherwise it returns undef which "if" interprets as false.