FolderDelimiter Property
Gets the character which is used as a hierarchy delimiter of separate levels of folder names.

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

Property Value

Type: String
The string containing a single character used to separate levels of hierarchy of folder names, or a null reference (Nothing in Visual Basic) if folder names are flat and nested folders are not supported.
Remarks
The typical values returned by this property are: "/", ".", "\".
Note Note
This property returns a null reference (Nothing in Visual Basic) if IsValid is false.
See Also