EmailRecipientCollection Class

The EmailRecipientCollection class represents a collection of EmailRecipient objects.

Inheritance Hierarchy

System.Object
  Microsoft.Exchange.Data.Transport.Email.EmailRecipientCollection

Namespace:  Microsoft.Exchange.Data.Transport.Email
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
<DefaultMemberAttribute("Item")> _
Public Class EmailRecipientCollection _
    Implements IEnumerable(Of EmailRecipient), IEnumerable
'Usage
Dim instance As EmailRecipientCollection
[DefaultMemberAttribute("Item")]
public class EmailRecipientCollection : IEnumerable<EmailRecipient>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.