ListCommandUrlCollection Class
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9313)
Represents the collection of ListCommandUrl objects.
Syntax
public sealed class ListCommandUrlCollection : HeaderValueCollection, ICollection, IHeader, IEnumerable<ListCommandUrl>, IEnumerable
Inherited Members
Remarks
Represents the List-* structured header defined by RFC 2369.
Constructors
| Name | Description |
|---|---|
| ListCommandUrlCollection() | Initializes a new instance of ListCommandUrlCollection. |
Properties
| Name | Description |
|---|---|
| Count | Gets the number of items in the collection. Inherited from HeaderValueCollection. |
| IsSynchronized | Gets a value indicating whether access to HeaderValueCollection is synchronized (thread-safe). Inherited from HeaderValueCollection. |
| Item[Int32] | Gets or sets the ListCommandUrl at the specified index. |
| SyncRoot | Gets an object that can be used to synchronize access to HeaderValueCollection object. Inherited from HeaderValueCollection. |
Methods
| Name | Description |
|---|---|
| Add(ListCommandUrl) | Adds a ListCommandUrl to the end of the list. |
| AddRange(ICollection) | 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. Inherited from HeaderValueCollection. |
| Clear() | Removes all items from the list. Inherited from HeaderValueCollection. |
| Clone() | Creates a copy of the header. Inherited from HeaderValueCollection. |
| CopyTo(ListCommandUrl[], Int32) | Copies the range of elements from the ListCommandUrlCollection to a compatible one-dimensional array, starting at the specified index of the target array. |
| CopyTo(Array, Int32) | Copies the range of elements from the HeaderValueCollection to a compatible one-dimensional Array, starting at the specified index of the target array. Inherited from HeaderValueCollection. |
| Encode(TextWriter) | Writes an encoded header value into a TextWriter. |
| GetEnumerator() | Gets an IEnumerator for the collection. Inherited from HeaderValueCollection. |
| RemoveAt(Int32) | Removes the item at the specified index from the list. Inherited from HeaderValueCollection. |
| ToString() | Converts the value of this header to its String representation. |
Operators
| Name | Description |
|---|---|
| Implicit(ListCommandUrl to ListCommandUrlCollection) | Converts a ListCommandUrl to a ListCommandUrlCollection. |
| Implicit(String to ListCommandUrlCollection) | Converts a String to a ListCommandUrlCollection. |
Explicit Interface Implementations
| Name | Description |
|---|---|
| IEnumerable<ListCommandUrl>.GetEnumerator() | Gets an IEnumerator<T> for the ListCommandUrlCollection collection. |