EwsEnableCompatibilityMode Property
Gets or sets if MailBee should work around bugs of Microsoft.Exchange.WebServices.dll library.

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

Property Value

Type: Boolean
If true, MailBee will avoid using features which work incorrectly with the current version of EWS Managed API from Microsoft. If false, no feature limitation is performed. The default value is true.
Remarks
Currently, the only limitation controlled by this property concerns listing well-known folder names when downloading folder list. This functionality is available in Exchange 2013 and higher but the latest Microsoft.Exchange.WebServices.dll v2.2 still crashes when listing some folders.
Note Note
This property has no effect if InitEwsClient(ExchangeVersion) was called for Exchange version 2007 or 2010 (i.e. prior to 2013).
See Also