karthik.raju has asked for the wisdom of the Perl Monks concerning the following question:
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
|
|---|
| 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 |