32-bit app using 64-bit Outlook COM objects?

J

Jeff

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
 
K

Ken Slovak - [MVP - Outlook]

I don't believe so, but you'd have to test that for yourself.
 
J

Jeff

I don't believe so, but you'd have to test that for yourself.

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.
 
K

Ken Slovak - [MVP - Outlook]

Thanks for testing that out and thanks for posting your results.




<snip>

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top