accessing additional properties in the OAB

S

samwyse

Is there any place where all of the different MAPI fields are
documented? I'm wanting to scan my offline address book for entries
that match various criteria. The fields (for example, Business Phone,
Office, Title, Company) are displayed in Outlook when I open the
address book while I'm offline, so I know that they're available, I
just need to know how to access them.

In case you need to know, I'm using code derived from the following to
access that OAB:
http://groups.google.com/group/micr...rogram_vba/browse_frm/thread/3552ff4fa8f06e8e
 
D

Dan Mitchell

[email protected] wrote in
Is there any place where all of the different MAPI fields are
documented? I'm wanting to scan my offline address book for entries
that match various criteria. The fields (for example, Business Phone,
Office, Title, Company) are displayed in Outlook when I open the
address book while I'm offline, so I know that they're available, I
just need to know how to access them.

All the documented ones are in MSDN here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/exchserv/html/props1_4zoz.asp?frame=true

and there's some undocumented ones at www.cdolive.com/cdo10.htm

-- dan
 
Top