ReadOnlyEnvelopeRecipientCollection Class
The ReadOnlyEnvelopeRecipientCollection class is a collection of e-mail recipients.
Inheritance Hierarchy
System.Object
Microsoft.Exchange.Data.Transport.ReadOnlyEnvelopeRecipientCollection
Microsoft.Exchange.Data.Transport.EnvelopeRecipientCollection
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public MustInherit Class ReadOnlyEnvelopeRecipientCollection _
Implements IEnumerable(Of EnvelopeRecipient), IEnumerable
'Usage
Dim instance As ReadOnlyEnvelopeRecipientCollection
[DefaultMemberAttribute("Item")]
public abstract class ReadOnlyEnvelopeRecipientCollection : IEnumerable<EnvelopeRecipient>,
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.