Gets a string that is used to delimit levels of hierarchy under this folder. It usually contains either '/' or '.'. This value is only set for folders returned by a call to GetFolderList()()()() methods. For GetFolderInfo(String) method and CurrentFolder property, this will throw an exception.

Namespace:  Rebex.Net
Assembly:  Rebex.Imap (in Rebex.Imap.dll)

Syntax

Visual Basic
Public ReadOnly Property Delimiter As String
	Get
C#
public string Delimiter { get; }

Field Value

Hierarchy delimiter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also