Help for this page

Select Code to Download


  1. or download this
    my $mapiSession = Win32::OLE->new("MAPI.Session");
    die "Cannot create session\n" if not defined($mapiSession);
    
  2. or download this
    Win32::OLE(0.1601) error 0x80010106: "Cannot change thread mode after 
    +it is set" at mail.pl line 16
        eval {...} called at mail.pl line 16
    Cannot create session
    
  3. or download this
      my $xl = Win32::OLE->new("Excel.Application");