Search This Blog

Sunday, November 22, 2015

Enable “Allow to use Credentials for Email Processing” in CRM

Enable “Allow to use Credentials for Email Processing” in CRM

If you have any doubt in the post please post comments. I will try to solve your problem.

To enable this option by adding a register key, we can add register key manually or can use power shell command to add registry key for us. Following are the step required to add it using power shell commands

Start Power Shell editor (Navigate to Run->Powershell)
Use following commands in powershell editor

  •   Add-PSSnapin Microsoft.Crm.PowerShell
  •  $setting=Get-CrmSetting ServerSideSyncEmailSettings
  • $setting.AllowCredentialsEntryViaNonSecureChannels=$True
  •  Set-CrmSetting $setting
  •  Get-CrmSetting TraceSettings

Close power shell editor
Click Ok to close and do IISRESET
Now navigate to mailbox record in crm, you should get “Allow to use Credentials for Email Processing”enabled.
users

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.