Compartir a través de


MimeGroup.GetEnumerator Method

The GetEnumerator method returns an enumerator that can be used to access the recipients in this MimeGroup 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 MimeRecipient)
'Usage
Dim instance As MimeGroup
Dim returnValue As MimeNode.Enumerator(Of MimeRecipient)

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