EwsRootFolderType Property
Gets or sets the top of folder hierarchy in an MS Exchange account.

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

Property Value

Type: WellKnownFolderName
The type of the folder to be referenced as a top of the hierarchy by MailBee methods which work with folders. The default is WellKnownFolderName.MsgFolderRoot.
Remarks
This property does not change anything in an MS Exchange account. It just lets you change the scope of methods which deal with folders. For instance, by default the scope is limited to folders which are specific to e-mails. For instance, you can change it to WellKnownFolderName.Root if you need to see all the folders in an account, even ones not related to e-mail.
See Also