http://qs1969.pair.com?node_id=336030


in reply to CDO problems

it doesn't seem to be a Perl problem, since the vbs code
Dim mapi Set mapi = CreateObject("MAPI.Session")
throws an error also, at least on my XP machine

Update:
this may work for you!
my $outlook = Win32::OLE->new('Outlook.Application') or die $!;