where is MSMAPI?

  • Thread starter Thread starter cj
  • Start date Start date
C

cj

I upgraded a 2003 program awhile back to 2005 and it added a reference
to Interop.MSMAPI. I just started a new 2005 program from scratch and I
can't seem to find MSMAPI to add a reference to it. Any ideas? I've
looked in .net and com but I'm not seeing it.
 
I found it but there are 2 versions. How am I supposed to track back
what is shown in Class View/References to which item was selected in Add
Reference. For example this time I had a program that had
Interop.MSMAPI in the Class View/References but when I go to add a
reference to another program I can't find it because it isn't named
that. I finally found it under COM but there are 2 listed:

Microsoft MAPI Controls 1.0 c:\Windows\system32\MSMAPI32.OCX
Microsoft MAPI Controls 6.0 1.1 c:\Windows\system32\msmapi32.ocx

I figure I want the first as the latter is probably for VB 6.0 but how
do I know? It would be nice if I could tell somewhere in the Project
what file that reference was created from.
 
Found it! One of those new things in 2005. In solution Explorer right
click on project then click properties then choose the references tab.
It's a lot more info than the Class Viewer. You can add reference from
class viewer too.
 
Back
Top