EwsEnableSslCertValidation Property
Gets or sets if SSL certificate of the server must be validated (in case of HTTPS connection).

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public static bool EnableSslCertValidation { get; set; }

Property Value

Type: Boolean
If true, the client will check if the SSL certificate presented by the server is valid. If false, no SSL certificate check is performed. The default is false.
Remarks
This property is static so it affects all instances of Ews class in case if you have many of them.
See Also