Help for this page
use strict; use warnings; use Win32::OLE; ... ); $message->save();
my $doc = Win32::OLE->GetObject($message); my $property = 'X-ICCategory'; ... }); } $doc->CustomDocumentProperties($property)->{Value} = $value;