Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE;
    use strict;
    ...
    # Create a new MAPI session
    my $session = Win32::OLE->new("MAPI.Session")
            or die "Failed to create a new MAPI Session! " . $!;
    
  2. or download this
    C:\Documents and Settings\GO\Desktop>test.pl
    Failed to create a new MAPI Session! Bad file descriptor at C:\Documen
    +ts and Set
    tings\GO\Desktop\test.pl line 5.