Mime entity collection.
| C# | Visual Basic | Managed C++ |
public class MimeEntityCollection : IEnumerable
Public Class MimeEntityCollection _ Implements IEnumerable
public ref class MimeEntityCollection : IEnumerable
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| Add() |
Creates a new mime entity to the end of the collection.
| |
| Add(MimeEntity) |
Adds specified mime entity to the end of the collection.
| |
| Clear() |
Clears the collection of all mome entities.
| |
| Contains(MimeEntity) |
Gets if collection contains specified mime entity.
| |
| Count |
Gets mime entities count in the collection.
| |
| Equals(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.) | |
| GetEnumerator() |
Gets enumerator.
| |
| 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.) | |
| Insert(Int32, MimeEntity) |
Inserts a new mime entity into the collection at the specified location.
| |
| Item(Int32) |
Gets mime entity at specified index.
| |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove(Int32) |
Removes mime entity at the specified index from the collection.
| |
| Remove(MimeEntity) |
Removes specified mime entity from the collection.
| |
| ToString() | (Inherited from Object.) |
| Object | |
| MimeEntityCollection | |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)