HeaderCollectionGetEnumerator Method

Returns an enumerator that iterates through a collection.

Namespace:  Aspose.Email.Mime
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public IEnumerator<string> GetEnumerator()

Return Value

Type: IEnumeratorString
An IEnumeratorstring object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also