ImapNamespaceAllValues Property
Gets the string list of all items returned by the mail server for the given namespace.

Namespace: MailBee.ImapMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public ArrayList AllValues { get; }

Property Value

Type: ArrayList
The array of strings where each string represents a single value of the list of items returned by the mail server to describe this namespace.
Remarks
The mail server can return arbitrary information about the namespace in addition to its prefix. MailBee itself recognizes only Prefix and Delimiter. You can use this property to examine other namespace properties specific for your mail server.
See Also