MimeEntityCollection Class
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of Mime
Syntax
public class MimeEntityCollection : IEnumerable<MimeEntity>, IEnumerable
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of entities contained in the Mime |
Item[Int32] | Gets or sets the Mime |
Sync |
Gets an object that can be used to synchronize access to the Mime |
Methods
Name | Description |
---|---|
Add(Mime |
Adds a Mime |
Clear() | Removes all entities from the list. |
Get |
Gets an IEnumerator for the Mime |
Insert(Int32, Mime |
Inserts a Mime |
Remove(Mime |
Removes the specified Mime |
Remove |
Removes the Mime |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<MimeEntity>.GetEnumerator() | Gets an IEnumerator<T> for the Mime |