Re: WMI for Exchange Development
From: Glen Scales [MVP] (gscales_at_outlookexchange.com)
Date: 03/02/05
- Next message: Michael: "Re: folder size query returns 501 error code"
- Previous message: Tim: "Re: adding multiple attachments with WebDAV"
- In reply to: Pramod: "WMI for Exchange Development"
- Next in thread: Pramod: "Re: WMI for Exchange Development"
- Reply: Pramod: "Re: WMI for Exchange Development"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Mar 2005 11:20:01 +1100
ADSI is a interface for accessing Active Directory, you can use it to access
Exchange information that is stored in Active Directory but you are usually
better of using CDOEXM which wrappers most of the ADSI functionality you
want and provides additional methods for managing Exchange objects.
WMI in a Interface for accessing Exchange management information, this can
include things like SMTP queue length, mailbox sizes and Server Status (eg
mailbox store mount status etc).
Sometimes these interfaces overlap but they are moslty unique in the
functionality they provide.At the end of the day there is no one interface
in Exchange that does everything you want to do so you may find yourself
using ADSI, WMI, CDOEX, CDOEXM,EXOLEDB or WebDAV. Which interface you use
depends on what you are trying to do.
You might want to have a read of the programming technologies page from the
Exchange SDK
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/e2k3/e2k3/_e2k3_arch_prog_tech.asp
Cheers
Glen
"Pramod" <pramodi@cybage.com> wrote in message
news:OVhnUMmHFHA.2860@TK2MSFTNGP12.phx.gbl...
> Hi,
>
> I just want to know that why there are two seperate providers (WMI and
> ADSI)
> for Exchange.
> Also, Why there are WMI Classes for Exchange Development, since we have
> ADSI
> for the same ?
>
> Is there any advantage of using ADSI over WMI classes ???
>
> If anyone know abt this... mail me back...
>
> Thanks,
>
> Pramod.
>
>
>
- Next message: Michael: "Re: folder size query returns 501 error code"
- Previous message: Tim: "Re: adding multiple attachments with WebDAV"
- In reply to: Pramod: "WMI for Exchange Development"
- Next in thread: Pramod: "Re: WMI for Exchange Development"
- Reply: Pramod: "Re: WMI for Exchange Development"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|