Click or drag to resize
MimeKit

FolderNamespaceCollection Class

A read-only collection of folder namespaces.
Inheritance Hierarchy
SystemObject
  MailKitFolderNamespaceCollection

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class FolderNamespaceCollection : IEnumerable<FolderNamespace>, 
	IEnumerable

The FolderNamespaceCollection type exposes the following members.

Constructors
 NameDescription
Public methodFolderNamespaceCollection Initializes a new instance of the FolderNamespaceCollection class.
Top
Properties
 NameDescription
Public propertyCount Gets the number of folder namespaces contained in the collection.
Public propertyItem Gets the FolderNamespace at the specified index.
Top
Methods
 NameDescription
Public methodAdd Adds the specified namespace.
Public methodClear Removes all namespaces from the collection.
Public methodContains Checks if the collection contains the specified namespace.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Gets the enumerator.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Removes the first occurance of the specified namespace.
Public methodToString Returns a String that represents the current FolderNamespaceCollection.
(Overrides ObjectToString)
Top
Remarks
A read-only collection of folder namespaces.
See Also