EwsFolderNativeFolder Property
Gets EWS Managed API object for this folder.

Namespace: MailBee.EwsMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Folder NativeFolder { get; }

Property Value

Type: Folder
A reference to EWS Managed API's folder object.
Remarks
EwsFolder class is a wrapper around Folder class. You can use this property to access all the properties and methods EWS Managed API supports.
See Also