Thanks Sue (that worked) - I was researching this issue and found Microsoft's
reference to removing CDO on installation of Office 2007; and then, they
seemed to indicate (elude) that they had done away with the need for CDO...
"Enhancements to Outlook objects and collections". "Because the Outlook
2007 object model includes more than 85 new objects", etc. I was assuming
there would be other measures to perform similar tasks that were handled by
the CDO API.
On another topic... What do you recommend for a development environment for
VBScripting (these days - Jan 2007)? It would be great to be able to use the
..net environment (or something comparable) to code & debug in. OLK2007 seems
to include a Visual Basic "tool" in the form developer interface, but I have
not been successful in "porting" my VBScript into that.
--
Bill Billmire
"Sue Mosher [MVP-Outlook]" wrote:
You would need to download and install the CDO component, which is not included with Outlook 2007. http://www.microsoft.com/downloads/d...displaylang=en
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
"Bill Billmire" wrote in message ...
Hello,
In previous versions of Outlook (e.g., 2000, XP, 2003) the statement
Application.CreateObject("MAPI.Session") would correctly return the
MAPI.Session.
In Outlook 2007 this statement errors out indicating "The Operation Failed".
What can I do to make it work in Outlook 2007?
Thanks in advance...
--
Bill Billmire