MailBee.NET Objects 7.2

ImapNamespaceCollection Class

Provides properties and methods for examining the collection of ImapNamespace objects.

For a list of all members of this type, see ImapNamespaceCollection Members.

System.Object
   System.Collections.CollectionBase
      MailBee.ImapMail.ImapNamespaceCollection

[DefaultMember(MemberName="Item")]
public class ImapNamespaceCollection : CollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

A single ImapNamespaceCollection object lists all the namespaces which are defined for the current account and belong to a certain category. There are 3 categories (Personal, Other Users, Shared) and thus GetNamespaces method may return up to 3 ImapNamespaceCollection objects within ImapNamespaceCollectionSet object (which represents ALL the namespaces for the current e-mail account).

Requirements

Namespace: MailBee.ImapMail

Assembly: MailBee.NET (in MailBee.NET.dll)

See Also

ImapNamespaceCollection Members | MailBee.ImapMail Namespace | GetNamespaces