Pop3MessageCollection Class
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9147)
Provides a container for a collection of Pop3Message
Syntax
public sealed class Pop3MessageCollection : IList<Pop3MessageInfo>, ICollection<Pop3MessageInfo>, IEnumerable<Pop3MessageInfo>, IEnumerable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Pop3Message |
Initializes a new instance of the Pop3Message |
Properties
Name | Description |
---|---|
Count | Gets the number of elements contained in the Pop3Message |
Item[Int32] | Gets the Pop3Message |
Sync |
Gets an object that can be used to synchronize access to the Pop3Message |
Methods
Name | Description |
---|---|
Add(Pop3Message |
Adds the Pop3Message |
Clear() | Removes all items from the collection. |
Clone() | Creates a shallow copy of the Pop3Message |
Contains(Pop3Message |
Determines whether the specified item is present in the Pop3Message |
Copy |
Copies the range of elements from the Pop3Message |
Find(Int32) | Returns the Pop3Message |
Find(String) | Returns the Pop3Message |
Get |
Gets an IEnumerator<T> for the Pop3Message |
Get |
Returns an enumerator for a section of the Pop3Message |
Index |
Returns a zero-based index of the specified item within the Pop3Message |
Insert(Int32, Pop3Message |
Inserts the Pop3Message |
Remove(Pop3Message |
Removes the specified Pop3Message |
Remove(Int32) | Removes Pop3Message |
Remove(String) | Removes Pop3Message |
Remove |
Removes the Pop3Message |
Sort() | Sorts the messages in the entire Pop3Message |
Sort(IComparer) | Sorts the elements in the entire Pop3Message |
Sort(Int32, Int32, IComparer) | Sorts the elements in a section of Pop3Message |
Explicit Interface Implementations
Name | Description |
---|---|
ICollection<Pop3MessageInfo>.IsReadOnly | Gets a value indicating whether the collection is read-only. |
ICollection<Pop3MessageInfo>.Remove(Pop3MessageInfo) | Removes the specified Pop3Message |
IEnumerable. |
Returns an enumerator that can iterate through the Pop3Message |