karthik.raju has asked for the wisdom of the Perl Monks concerning the following question:

Hi i'm using the following to read the mail subject and receiver mail id,
my $text = $message->Subject(); my $from_User = $message->From(); my $from_User1 = $message->SenderName();

for subject i'm not getting any issue, but for From() i'm not getting mail id(xxxxx@sss.com) i'm getting only username.

Please help on this.

Thanks
Karthik

Replies are listed 'Best First'.
Re: How to find received mail id in outlook
by Corion (Patriarch) on Nov 21, 2014 at 12:45 UTC

    You are aware that one (Exchange/Outlook) user can have more than one mail address?

    Maybe the Microsoft documentation for Outlook/Exchange helps you?