EmailRecipientCollection Class
The EmailRecipientCollection class represents a collection of EmailRecipient objects.
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
[DefaultMemberAttribute("Item")]
public class EmailRecipientCollection : IEnumerable<EmailRecipient>, IEnumerable
[DefaultMemberAttribute(L"Item")]
public ref class EmailRecipientCollection : IEnumerable<EmailRecipient^>, IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
public class EmailRecipientCollection implements IEnumerable<EmailRecipient>,
IEnumerable
DefaultMemberAttribute("Item")
public class EmailRecipientCollection implements IEnumerable<EmailRecipient>,
IEnumerable
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.Transport.Email.EmailRecipientCollection
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003