MimeHeaderCollection Class
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of Mime
Syntax
public class MimeHeaderCollection : IEnumerable<MimeHeader>, IEnumerable
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of headers contained in the Mime |
Item[Int32] | Gets the Mime |
Item[String] | Gets the Mime |
Sync |
Gets an object that can be used to synchronize access to the Mime |
Methods
Name | Description |
---|---|
Add(Mime |
Adds a Mime |
Add(String, String) | Adds a new header to the end of the list. |
Clear() | Removes all headers from the list. |
Get |
Gets all Mime |
Get |
Gets raw text representations of all headers of the specified name. |
Get |
Gets an IEnumerator for the Mime |
Get |
Gets the raw text representation of the specified header if available. |
Insert(Int32, Mime |
Inserts a Mime |
Insert(Int32, String, String) | Inserts a headerinto the list at the specified index. |
Remove(Mime |
Removes the first occurance of specified Mime |
Remove(String) | Removes all Mime |
Remove |
Removes the Mime |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable<MimeHeader>.GetEnumerator() | Gets an IEnumerator<T> for the Mime |