MAPI and Email From a Public Folder

  • Thread starter Thread starter aswatson76
  • Start date Start date
A

aswatson76

Is there a way to access emails stored in a public folder on an
Exchange 2003 server using MAPI. I know how to access the Inbox of a
profile.
 
(e-mail address removed) wrote in @g14g2000cwa.googlegroups.com:
Is there a way to access emails stored in a public folder on an
Exchange 2003 server using MAPI. I know how to access the Inbox of a
profile.

As you've found, Simple MAPI will only let you get at the inbox of
profiles. Extended MAPI can read public folders, as can CDO1.21 or the
outlook object model (which is the appropriate thing for this newsgroup).
See www.cdolive.com and www.outlookcode.com for more on the last two;
ExMAPI is the most powerful API, but also the most awkward to use.

-- dan
 
Back
Top