EwsDefaultFolderClass Property
Gets or sets the default class string to assign to folders being created.

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

Property Value

Type: String
The default class string. The default value is "IPF.Note".
Remarks

This property affects CreateFolder(String, FolderId) method. Usually, you don't need to change its value unless you need to create non-email folders.

It's allowed to assign value to a null reference (Nothing in Visual Basic) or an empty string. This will cause any folders being created to not have any FolderClass.

See Also