Help for this page

Select Code to Download


  1. or download this
     my $body = $items->Item($itemIndex)->Body;
    
  2. or download this
    $items->Item($itemIndex)->{'Body'} = $body;
    
  3. or download this
    $items->Item($itemIndex)->Body = $body;