MsgAttachmentCollection.GetEnumerator Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9119)
GetEnumerator()
Gets an IEnumerator<T> to iterate through the collection.
Declaration
public IEnumerator<MsgAttachment> GetEnumerator()
Returns
Type | Description |
---|---|
IEnumerator<MsgAttachment> | An IEnumerator<T> to iterate through the collection. |