in reply to Re^2: Perl to open embedded email?
in thread Perl to open embedded email?
I didn't expect that you're using OLE. I'm a GNU/Linux user, so can't help you much with OLE, but perhaps you can get the message in some more digestible form and use something like Email::MIME to parse it. Can you show the output of:
my $attach = $folder->Items->Item($i)->Attachments(); use Data::Dumper; warn Dumper $attach;
|
|---|