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