Share via


ServerSideSyncEmailSettings.AllowADBasedAuthenticationProtocols Property

 

Applies To: Dynamics CRM 2015

Gets or sets a value that specifies whether to allow Active Directory based authentication to connect with email servers.

Namespace:   Microsoft.Xrm.Sdk.Deployment
Assembly:  Microsoft.Xrm.Sdk.Deployment (in Microsoft.Xrm.Sdk.Deployment.dll)

Syntax

[DataMemberAttribute]
public bool AllowADBasedAuthenticationProtocols { get; set; }
public:
[DataMemberAttribute]
property bool AllowADBasedAuthenticationProtocols {
    bool get();
    void set(bool value);
}
[<DataMemberAttribute>]
member AllowADBasedAuthenticationProtocols : bool with get, set
<DataMemberAttribute>
Public Property AllowADBasedAuthenticationProtocols As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true to allow Active Directory authentication; otherwise, false.

Remarks

The default value for Microsoft Dynamics CRM Online is false, and for Microsoft Dynamics CRM on premises the default value is true.

See Also

ServerSideSyncEmailSettings Class
Microsoft.Xrm.Sdk.Deployment Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright