> When I try to create a MAPI Session I am getting the following error > > Win32::OLE(0.1502) error 0x800401f3: "Invalid class string" > > Please suggest... > > Thanks in advance. > > Pathi > > Here is the code I have: > > # Create a new MAPI Session > use Win32::OLE; > $Win32::OLE::Warn=2 ;#Always warn with verbose error messages > $session = Win32::OLE->new("MAPI.Session") or die "Could not create a > new MAPI Session: $!"; > > > >