Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

ImapFolderCollection Class

Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)

Provides a container for a collection of ImapFolder objects.

Syntax
public sealed class ImapFolderCollection : IEnumerable<ImapFolder>, IEnumerable
Inheritance
Object
ImapFolderCollection
Implements
IEnumerable<ImapFolder>
IEnumerable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()

Constructors

Name Description
ImapFolderCollection()

Initializes a new instance of the ImapFolderCollection class.

Properties

Name Description
Count

Gets the number of elements contained in the ImapFolderCollection.

Item[Int32]

Gets the ImapFolder at the specified index.

SyncRoot

Gets an object that can be used to synchronize access to the ImapFolderCollection.

Methods

Name Description
Add(ImapFolder)

Adds the ImapFolder to the ImapFolderCollection.

Clone()

Creates a shallow copy of the ImapFolderCollection.

GetEnumerator()

Gets an IEnumerator<T> for the ImapFolderCollection collection.

RemoveAt(Int32)

Removes the ImapFolder at the specified index from the ImapFolderCollection.

Explicit Interface Implementations

Name Description
IEnumerable.GetEnumerator()

Returns an enumerator that can iterate through the ImapFolderCollection

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies