On May 4, 12:47 pm, "
<kenslo...@mvps.org> wrote:
> I don't believe so, but you'd have to test that for yourself.
> >
> http://www.slovaktech.com
> "Jeff" <budaj...@gmail.com> wrote in message
> news:36a99031-a061-4b35-9f80-4b0d1a81ce58@i10g2000yqh.googlegroups.com...
>
> > Does anyone know if a 32-bit app can use Outlook COM objects that are
> > being served by a 64-bit version of Outlook 2010?
>
> > Thanks,
> > jb
I wrote a 32-bit sample app, and it was able to do the following
against a Outlook 2010 x64 on Windows 7 x64:
Create the Application object
Create the NameSpace object
Call NameSpace.GetDefaultFolder()
Call MAPIFolder.Items.Count
So it looks like cross-bitness Outlook COM works.