Share via


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

Return value

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

See also

Reference

MimeGroup class

MimeGroup members

Microsoft.Exchange.Data.Mime namespace