Mime entity collection.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
[ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")] public class MimeEntityCollection : IEnumerable
<ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")> Public Class MimeEntityCollection Implements IEnumerable
[ObsoleteAttribute(L"See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")] public ref class MimeEntityCollection : IEnumerable
[<ObsoleteAttribute("See LumiSoft.Net.MIME or LumiSoft.Net.Mail namepaces for replacement.")>] type MimeEntityCollection = class interface IEnumerable end
Members
All Members | Methods | Properties | |||
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEnumerator()()()() |
Gets enumerator.
| |
GetHashCode()()()() | Serves as a hash function for a particular type. (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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Inheritance Hierarchy
Object | |
MimeEntityCollection |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119