EwsEnableCompatibilityMode Property |
Gets or sets if MailBee should work around bugs of Microsoft.Exchange.WebServices.dll library.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static bool EnableCompatibilityMode { get; set; }
Public Shared Property EnableCompatibilityMode As Boolean
Get
Set
Property Value
Type:
BooleanIf
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.
See Also