AttachmentCollection.GetEnumerator Method
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9448)
GetEnumerator()
Gets an IEnumerator<T> for the AttachmentCollection collection.
Declaration
public IEnumerator<Attachment> GetEnumerator()
Returns
| Type | Description |
|---|---|
| IEnumerator<Attachment> | An IEnumerator<T> for the collection. |