Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const 'Microsoft Outlook';
    
  2. or download this
    my $outlook;
    $outlook = Win32::OLE->new('Outlook.Application');
    ...
    
    my $items = $Folder->Items;
    print $items->Count,"\n";