Share via


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()

Return value

Type: Microsoft.Exchange.Data.Mime.MimeNode.Enumerator<MimeParameter>

See also

Reference

ComplexHeader class

ComplexHeader members

Microsoft.Exchange.Data.Mime namespace