Partager via


HeaderList.GetEnumerator Method

The GetEnumerator method returns an enumerator that can be used to sequentially access the Header objects in this HeaderList object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function GetEnumerator As MimeNode.Enumerator(Of Header)
'Usage
Dim instance As HeaderList
Dim returnValue As MimeNode.Enumerator(Of Header)

returnValue = instance.GetEnumerator()
public MimeNode.Enumerator<Header> GetEnumerator()