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