Freigeben über


ComplexHeader.GetEnumerator Method

The GetEnumerator method returns a parameter enumerator that can be used to sequentially access the MimeParameter objects in this ComplexHeader 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 MimeParameter)
'Usage
Dim instance As ComplexHeader
Dim returnValue As MimeNode.Enumerator(Of MimeParameter)

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