ImapNamespaceDelimiter Property |
Gets the character which is used as a hierarchy delimiter of separate levels of folder names.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public string Delimiter { get; }
Public ReadOnly Property Delimiter As String
Get
Property Value
Type:
StringThe 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: "/", ".", "\".
See Also