tcox has asked for the wisdom of the Perl Monks concerning the following question:
Hello All,
I am trying to put together a perl script that will create appointments on an Exchange 5.5 box but am having trouble with the code. My first issue is when executing the following:
generates a 0x800401f3 error which is "Invalid class string." Does anyone have any information about this?$MAPI = Win32::OLE->new('MAPI.Session'); die "Could instantiate MAPI Session: " . Win32::OLE::LastError() if (! + defined($MAPI));
Thanks,
tcox
BazB fixed formatting and added code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CDO problems
by esskar (Deacon) on Mar 11, 2004 at 23:55 UTC | |
|
Re: CDO problems
by maa (Pilgrim) on Mar 12, 2004 at 07:26 UTC |