Help for this page

Select Code to Download


  1. or download this
    my $Item = $client_folder->Items;
    my $last_email = $Item->GetLast();
    
  2. or download this
    my $Items = $client_folder->Items;
    my $last_email = $Items->GetLast();
    
  3. or download this
    my $last_email = $client_folder->Items->GetLast();