ImapNamespaceAllValues Property |
Gets the string list of all items returned by the mail server for the given namespace.
Namespace: MailBee.ImapMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public ArrayList AllValues { get; }
Public ReadOnly Property AllValues As ArrayList
Get
Property Value
Type:
ArrayListThe 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