AddressHeader.GetEnumerator method
The GetEnumerator method returns a MimeNode.Enumerator<T> that allows you to iterate over the address items in this AddressHeader 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 AddressItem)
'Usage
Dim instance As AddressHeader
Dim returnValue As MimeNode.Enumerator(Of AddressItem)
returnValue = instance.GetEnumerator()
public MimeNode.Enumerator<AddressItem> GetEnumerator()
Return value
Type: Microsoft.Exchange.Data.Mime.MimeNode.Enumerator<AddressItem>