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 an enumerator that can be used to iterate over the MimeNode objects in this MimePart 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 MimePart)
'Usage
Dim instance As MimePart
Dim returnValue As MimeNode.Enumerator(Of MimePart)
returnValue = instance.GetEnumerator()
public MimeNode.Enumerator<MimePart> GetEnumerator()
Return value
Type: Microsoft.Exchange.Data.Mime.MimeNode.Enumerator<MimePart>