EmailRecipientCollection.GetEnumerator method
The GetEnumerator method returns an enumerator object that can be used to iterate through the collection.
Namespace: Microsoft.Exchange.Data.Transport.Email
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function GetEnumerator As EmailRecipientCollection.Enumerator
'Usage
Dim instance As EmailRecipientCollection
Dim returnValue As EmailRecipientCollection.Enumerator
returnValue = instance.GetEnumerator()
public EmailRecipientCollection.Enumerator GetEnumerator()
Return value
Type: Microsoft.Exchange.Data.Transport.Email.EmailRecipientCollection.Enumerator
See also
Reference
EmailRecipientCollection class