Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>