Exchange access

  • Thread starter Thread starter Julieta Prandi
  • Start date Start date
J

Julieta Prandi

Hi,
I have to code an add-in that reads messages of another exchange user. Off
course, the user that runs the add-in should have privileges to read them.
I want to know if this can be done using MAPI and if it can be done using
OOM

Thanks,
(-July-)
 
MAPI - QI an EX store (mailbox or PF) for IExchangeManageStore, call
IExchangeManageStore::CreateStoreEntryID, call IMAPISession::OpenMsgStore
Outlook Object Model - Namespace.GetSharedDefaultFolder

Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
 
Back
Top