ListCommandUrlCollection.GetEnumerator Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 8.0.9673)
GetEnumerator()
Gets an IEnumerator<T> for the ListCommandUrlCollection collection.
Declaration
public IEnumerator<ListCommandUrl> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<ListCommandUrl> | An IEnumerator<T> for the collection. |