|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^5: How to read only unread mail from Outlook Inboxby soonix (Chancellor) |
| on Dec 01, 2014 at 21:48 UTC ( [id://1108887]=note: print w/replies, xml ) | Need Help?? |
|
Seems there is currently none of the monks involved with Outlook deeply enough. And then Outlook seems a bit diffident about senders' addresses. Google found this, which may be of help to you although it's not Perl... Update: tried it out myself, you get more or less sensible results if you replace $message->From() with $message->SenderName(). If you really want the address, $message->Sender()->Address() worked for me, and SenderName() seems to be an alias for Sender()->Name().
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||