Overview

These samples show you how to perform a variety of tasks using the Microsoft CRM SDK.

Microsoft.Crm.Platform.Proxy Assembly

For access to the APIs, as used in these code samples, you need to link to the following dynamic-link libraries (DLLs):

Microsoft.Crm.Platform.Proxy.dll
Microsoft.Crm.Platform.Types.dll

The proxy DLL contains the APIs and enumerations found in Microsoft.Crm.Platform.Proxy.

The types DLL contains the enumerations found in Microsoft.Crm.Platform.Types.

These DLLs can be found in the following path on the Microsoft Business Solutions CRM Server CD:

\wwwroot\bin\Microsoft.Crm.Platform.Proxy.dll
\wwwroot\bin\Microsoft.Crm.Platform.Types.dll

Related Topics

All these examples use the SOAP interface. For more information about using SOAP interfaces, refer to the MSDN SOAP Reference (msdn.microsoft.com/library/default.asp?url=/nhp/Default.asp?contentid=28000523).

For more information about Microsoft Windows® Active Directory®, refer to MSDN (www.microsoft.com/windows2000/technologies/directory/ad/default.asp). Also located on MSDN is the “Active Directory Programmers Guide” (msdn.microsoft.com/library/default.asp?url=/library/en-us/netdir/ad/active_directory.asp).

© 2005 Microsoft Corporation. All rights reserved.