I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-01-31 16:42:02-08 by misterdoo
Names Being Returned
Hi Barbie, Your Outlook module is way cool! Love it. I am getting a bit of a problem tho' - when I use one of:
print "From: '" . $message->SenderName() . "'\n" ; print "From: '" . $message->From() . "'\n" ;
It gives me a name, rather than the address, if the address displays as a name, or it looks like:
Steve Wells [steve.wells@printsoft.com]
any ideas? Ta in advance, Steve
Direct Responses: Write a response