Help for this page

Select Code to Download


  1. or download this
    $ol = Win32::OLE->new('Outlook.Application', sub { $_[0]->Quit })or di
    +e "error: $!\n";
    
  2. or download this
    $ol = Win32::OLE->new(['computername','Outlook.Application'], sub { $_
    +[0]->Quit })or die "error: $!\n";