Dan Mitchell
Guest
|
Posted:
Mon Dec 19, 2005 5:58 pm Post subject:
Re: Can IExchangeManageStore::GetMailboxTable be called from |
|
|
"=?Utf-8?B?UyBMZW1lbg==?=" <SLemen@discussions.microsoft.com> wrote in
news:6D797746-40D7-48A0-8180-8BC737FF88B4@microsoft.com:
| Quote: | All of the Microsoft TechNet articles dealing with GetMailboxTable
have Visual C or Visual C++ language examples. What about supported
compilers such as C#? Is the IExchangeManageStore interface
incompatible with managed code?
|
You may be able to get it to work, but only with a:a lot of interop pain
pulling it in, and b:it will never be guaranteed to work. See
http://support.microsoft.com/kb/813349
for MS's support policy on ExMAPI and .Net. That said, there's something
out there called mapi33.net which is a wrapper that might be worth a look.
You should search the archives of
microsoft.public.win32.programmer.messaging and the mapi-l list here:
http://peach.ease.lsoft.com/archives/mapi-l.html
for more discussion of this stuff.
-- dan |
|