Help for this page

Select Code to Download


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