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