EwsRootFolderType Property |
Gets or sets the top of folder hierarchy in an MS Exchange account.
Namespace: MailBee.EwsMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public WellKnownFolderName RootFolderType { get; set; }
Public Property RootFolderType As WellKnownFolderName
Get
Set
Property Value
Type:
WellKnownFolderNameThe 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