Share via


ServerSideSyncEmailSettings.AllowADBasedAuthenticationProtocols Property

Definition

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

public:
 property bool AllowADBasedAuthenticationProtocols { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool AllowADBasedAuthenticationProtocols { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.AllowADBasedAuthenticationProtocols : bool with get, set
Public Property AllowADBasedAuthenticationProtocols As Boolean

Property Value

true to allow Active Directory authentication; otherwise, false.

Attributes

Remarks

The default value for Dataverse is false, and for Microsoft Dynamics 365 on premises the default value is true.

Applies to