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-)
Dmitry Streblechenko - 30 May 2006 20:13 GMT
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
> Hi,
> I have to code an add-in that reads messages of another exchange user. Off
[quoted text clipped - 4 lines]
> Thanks,
> (-July-)