The Pop3MessageCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() ![]() | Pop3MessageCollection |
Initializes a new instance of the Pop3MessageCollection class.
|
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Adds the Pop3MessageInfo to the Pop3MessageCollection.
|
![]() ![]() | Clear |
Removes all items from the collection.
|
![]() ![]() | Clone |
Creates a shallow copy of the Pop3MessageCollection.
|
![]() ![]() | Contains |
Determines whether the specified item is present in the Pop3MessageCollection.
|
![]() ![]() | CopyTo |
Copies the range of elements from the Pop3MessageCollection to a one-dimensional
Pop3MessageInfo array, starting at the specified index of the target array.
|
![]() ![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() ![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | Find(Int32) |
Returns the Pop3MessageInfo of the specified id.
|
![]() ![]() | Find(String) |
Returns the Pop3MessageInfo of the specified unique id.
|
![]() ![]() | GetEnumerator |
Gets an IEnumerator<(Of <(<'T>)>)> for the Pop3MessageCollection collection.
|
![]() ![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IndexOf |
Returns a zero-based index of the specified item within the Pop3MessageCollection, or -1 if not found.
|
![]() ![]() | Insert |
Inserts the Pop3MessageInfo at the specified position in the Pop3MessageCollection.
|
![]() ![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Remove(Int32) |
Removes Pop3MessageInfo from the Pop3MessageCollection having specified sequence number.
|
![]() ![]() | Remove(String) |
Removes Pop3MessageInfo from the Pop3MessageCollection having specified unique id.
|
![]() ![]() | Remove(Pop3MessageInfo) |
Removes the specified Pop3MessageInfo from the Pop3MessageCollection.
|
![]() ![]() | RemoveAt |
Removes the Pop3MessageInfo at the specified index from the Pop3MessageCollection.
|
![]() ![]() | Sort()()()() |
Sorts the messages in the entire Pop3MessageCollection by sequence number ascending.
|
![]() ![]() | Sort(IComparer) |
Sorts the elements in the entire Pop3MessageCollection using the specified comparer.
|
![]() ![]() | Sort(Int32, Int32, IComparer) |
Sorts the elements in a section of Pop3MessageCollection using the specified comparer.
|
![]() ![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() ![]() | Count |
Gets the number of elements contained in the Pop3MessageCollection.
|
![]() ![]() | Item |
Gets the Pop3MessageInfo at the specified index.
|
![]() ![]() | SyncRoot |
Gets an object that can be used to synchronize access to the Pop3MessageCollection.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() ![]() | IEnumerable..::..GetEnumerator | |
![]() ![]() ![]() | ICollection<(Of <<'(Pop3MessageInfo>)>>)..::..IsReadOnly | |
![]() ![]() ![]() | ICollection<(Of <<'(Pop3MessageInfo>)>>)..::..Remove |