Hunny Software Library Reference

BaseListResponse.Delimiter Property

Gets the delimiter character for the naming hierarchy.

[Visual Basic]
Public ReadOnly Property Delimiter As Char
[C#]
public char Delimiter {get;}

Property Value

The delimiter character for the naming hierarchy.

Remarks

Because IMAP4 allows for mailboxes that are arranged in hierarchies, mailbox names consist of one or more components separated by a delimiter character. An example is the character '/', which delimits the components of a UNIX path name in the file system. The delimiter character is not standard; implementations often use '/' or '.', but other delimiter characters are possible.

See Also

BaseListResponse Class | Hunny.Mail Namespace