Getting MAPIOBJECT properties in an Inspector

  • Thread starter Michael Tissington
  • Start date
M

Michael Tissington

In an Outlook Inspector (Contacts, Tasks etc) object wrapper (C++), what is
the best way to get hold of a couple of properties

PR_ENTRYID,
PR_ACCESS_LEVEL
PR_PROVIDER_DISPLAY (on the associated IMsgStore object)

This need to work with Outlook 2000 - Outlook 2003.

Is MAPIOBJECT available with all these version ?

Thanks.
 
K

Ken Slovak - [MVP - Outlook]

Seems to be at least here in the Object Browser when I view hidden members.
 
K

Ken Slovak - [MVP - Outlook]

Outlook 2000, 2002 and 2003 as viewed in the VBA Object Browser showing
hidden members. I don't run Outlook 2000 in Internet only mode so I don't
know about that.
 
K

Ken Slovak - [MVP - Outlook]

Don't you have all those versions running on your machines? Even with only 1
machine you can use something like VMWare to run as many virtual machines as
you have disk space for. I keep lots of VM's around for testing different
Outlook versions and combinations with different versions of Windows for my
own addins.
 
M

Michael Tissington

I'm working on it, in the process of switching back from VPC to VMWare

--
Michael Tissington
http://www.oaklodge.com
http://www.tabtag.com

Ken Slovak - said:
Don't you have all those versions running on your machines? Even with only 1
machine you can use something like VMWare to run as many virtual machines as
you have disk space for. I keep lots of VM's around for testing different
Outlook versions and combinations with different versions of Windows for my
own addins.
 

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