1) In Exchange environment, what are interfaces available to make use of programmatic access?
The Microsoft® Windows server operating systems development platform provides application programming interfaces (APIs) for the many underlying technologies. Microsoft Exchange 2000 Server supports programmatic access through many of these APIs, providing application developers with a flexible and familiar programming experience.
2) What're platform technologies available for Exchange application developers?
Following is a list of some of these platform technologies available for Exchange application developers.
I am not able to connect to the exchange server using WMI namespace
@"\\" + "computername"+"\root\MicrosoftExchangeV2 it gives a COM exception of the RPC server is unavailable but gets connected if i use the name space
@"\\" + "computername"+"\root\cimv2 plz help
May I ask why EWS is excluded from the API list?
I suppose C# apps which do stuff with mailboxes should use EWS because it's more dotnet-ish?