ServerSideSyncEmailSettings.AllowADBasedAuthenticationProtocols Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.