Deploying and Debugging

banner art

[Applies to: Microsoft Dynamics CRM 4.0]

Find the latest SDK documentation: CRM 2015 SDK

To deploy a custom e-mail provider, follow these steps:

  1. Put the compiled custom provider assembly in the %program files%\Microsoft CRM Email\Service folder on the server where the E-mail Router is installed.
  2. Edit the Microsoft.Crm.Tools.EmailAgent.xml file, located in the Service folder, and insert your custom provider configuration settings into the file.

The E-mail Router periodically reads the configuration XML file and will load your custom provider assembly. Refer to the ConfigRefreshPeriod tag for more information.

To debug a custom provider, attach the Visual Studio debugger to the Microsoft.Crm.Tools.EmailAgent.exe process on the server where the E-mail Router is running.

See Also

Concepts

Reference

© 2010 Microsoft Corporation. All rights reserved.