Help for this page

Select Code to Download


  1. or download this
    Dim mapi
    Set mapi = CreateObject("MAPI.Session")
    
  2. or download this
    my $outlook = Win32::OLE->new('Outlook.Application') or die $!;