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