HeaderValueCollection Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9147)
Represents the collection of header values.
Syntax
public abstract class HeaderValueCollection : ICollection, IEnumerable, IHeader
Inheritance
Inherited Members
Properties
Name | Description |
---|---|
Count | Gets the number of items in the collection. |
Is |
Gets a value indicating whether access to Header |
Sync |
Gets an object that can be used to synchronize access to Header |
Methods
Name | Description |
---|---|
Add |
Adds a range of items contained in the specified collection. The type of items being added has to correspond to the type of collection being updated. |
Clear() | Removes all items from the list. |
Clone() | Creates a copy of the header. |
Copy |
Copies the range of elements from the Header |
Encode(Text |
Writes an encoded header value into a Text |
Get |
Gets an IEnumerator for the collection. |
Remove |
Removes the item at the specified index from the list. |