Deploying and Debugging
![]() |
[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:
- 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.
- 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
.gif)