MsgPropertyCollection.GetEnumerator Method
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9448)
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. |