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