ImapFolder.Delimiter Property
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
Delimiter
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.
Declaration
public string Delimiter { get; }
Property Value
| Type | Description |
|---|---|
| String | Hierarchy delimiter. |