I'm trying to get the 'To' property out of an item I'm fetching from a subFolder named qa1 :
for some reason - the 'To' property is undefined...(ans that is so for the rest of the mail properties...)... my $mm = $mail->GetNamespace("MAPI"); my $Folder = $mm->Folders("Personal Folders"); my $client_folder = $Folder->Folders("qa1"); my $Item = $client_folder->Items; my $last_email = $Item->GetLast(); if ($last_email->{Class} eq olMail) { print $last_email->{To}; } ...
How can I get it to see who sent me the mail ?
jdporter moved code tags
In reply to Getting message property from outlook mail item by yaronba
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |