Something is wrong with the CDO.Person COM object. Try this...
use Win32::OLE; my $this_object = Win32::OLE->new("CDO.Person"); if (Win32::OLE->LastError() != 0 ) { print "Error: ".Win32::OLE->LastError()."\n"; } else { print "Well, that worked.. What's up with that?\n"; } If it doesn't work, you might need to uninstall/reinstall the tools. The module needs the CDO.Person COM object for Exchange 2000/2003 mailbox manipulation. Steven -----Original Message----- From: Chris Purcell [mailto:[EMAIL PROTECTED] Sent: Monday, May 03, 2004 2:08 PM To: Steven Manross Cc: [EMAIL PROTECTED] Subject: RE: Win32::Exchange module They are installed and patched to SP3. Chris > Load the Exchange Admin tools on the system that the script is running > on. > > Steven _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs