> Do you mean CDO.dll? That's the MAPI class. CDO 1.21 is no longer distributed with Outlook, starting with Outlook 2007. It's available as a separate download from http://www.microsoft.com/downloads/details.aspx?familyid=2714320d-c997-4de1-986f
-24f081725d36
>
[quoted text clipped - 28 lines]
> >
> > Any suggestions?
> I had a look at the Outlook.Program_VBA but it appears to be based on
> using VBA WITHIN Outlook.
As I said, that is the main general programmability newsgroup for Outlook. You should post there, not in microsoft.public.outlook, which is for usage questions, not developer questions.
> I'm pretty sure it was MAPI.dll as I have an Interop.MAPI.dll
> (1.21.0.0) in my old bin directory from when it worked.
VS gives its own names to the PIAs it creates. The code you posted was definitely CDO 1.21 code.
> I just tried to install the CDO.... "Cannot install CDO with Exchange"
> I have the Exchange Admin Tools installed :(
Correct. They're incompatible. And while we're on the subject, CDO 1.21 is not supported in .NET languages in the first place. It might have worked for you, but it might blow up on a client.
> Has ANYONE found where the OutOfOffice is hiding in the "New World
> Order" that is Outlook 2007's dlls?
Outlook Spy shows the OOF rules themselves in the Inbox.

Signature
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
"Brian Hampson" <brian.hampson@gmail.com> wrote in message news:1163614750.684158.194330@f16g2000cwb.googlegroups.com...
> Thanks for the quick reply Sue,
>
[quoted text clipped - 16 lines]
>>
>> FYI, there is a newsgroup specifically for general Outlook programming issues "down the hall" at microsoft.public.outlook.program_vba or, via web interface, at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public
.outlook.program_vba
>> "Brian Hampson" <brian.hampson@gmail.com> wrote in message news:1163611281.303036.273500@h48g2000cwc.googlegroups.com...
>> >I recently upgraded to Outlook 2007 B2TR and have found that I can no
[quoted text clipped - 14 lines]
>> >
>> > Any suggestions?