|
|
|
date: Thu, 30 Jun 2005 00:23:44 -0500,
group: microsoft.public.exchange2000.development
back
Re: IMailBox returning nothing
Thanks, but I have narrowed it down to a permissions issue on the server. If
I try to retrieve my mailbox, for example, and log onto the Exchange server
as myself, I am able to get values from IMailBox. However, if I'm logged in
as Administrator, I cannot. I have tried following the instructions laid out
here: http://support.microsoft.com/default.aspx?scid=kb;en-us;821897, but so
far with no success.
Any other thoughts would be appreciated, thanks,
--
Ben Rush
http://www.littlebigendian.com
"aldousd666" wrote in message
news:1120585455.409433.13530@g44g2000cwa.googlegroups.com...
> the CDO.Person class that implements IMailboxStore interface is
> provided by a DLL known as CDOEX.dll, which is only present *on* an
> actual exchange server. (Not the management tools.) You do have a
> version of CDO.Person on your host as provided by the CDOSYS.dll, but
> it doesn't have the IMailboxStore interface.
> Copying the DLL from the exchange server to your localhost, and
> registering it with regsrv32.exe will *not* work. If you run that same
> code on the exchange server itself it should work out nicely for you.
>
date: Tue, 5 Jul 2005 14:36:42 -0500
author: Ben Rush
Re: IMailBox returning nothing
I solved my own problem shortly after posting this. The Administrator was a
member of another account that had priviledges explicitly denied for reading
the mailboxes. After tweaking said settings everything snapped together
nicely. My problem was that I limited my scope to the Administrators group
only, and failed to notice other groups...
--
Ben Rush
http://www.littlebigendian.com
"Ben Rush" wrote in message
news:etQqKkZgFHA.2840@tk2msftngp13.phx.gbl...
> Thanks, but I have narrowed it down to a permissions issue on the server.
> If I try to retrieve my mailbox, for example, and log onto the Exchange
> server as myself, I am able to get values from IMailBox. However, if I'm
> logged in as Administrator, I cannot. I have tried following the
> instructions laid out here:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;821897, but so far
> with no success.
>
> Any other thoughts would be appreciated, thanks,
>
> --
> Ben Rush
> http://www.littlebigendian.com
>
>
>
> "aldousd666" wrote in message
> news:1120585455.409433.13530@g44g2000cwa.googlegroups.com...
>> the CDO.Person class that implements IMailboxStore interface is
>> provided by a DLL known as CDOEX.dll, which is only present *on* an
>> actual exchange server. (Not the management tools.) You do have a
>> version of CDO.Person on your host as provided by the CDOSYS.dll, but
>> it doesn't have the IMailboxStore interface.
>> Copying the DLL from the exchange server to your localhost, and
>> registering it with regsrv32.exe will *not* work. If you run that same
>> code on the exchange server itself it should work out nicely for you.
>>
>
>
date: Wed, 6 Jul 2005 01:28:00 -0500
author: Ben Rush
|
|