Share via


ReadOnlyEnvelopeRecipientCollection Members

Include Protected Members
Include Inherited Members

The ReadOnlyEnvelopeRecipientCollection class is a collection of e-mail recipients.

The ReadOnlyEnvelopeRecipientCollection type exposes the following members.

Properties

  Name Description
Public property Count The Item[Int32] property gets the number of items in the colleciton.
Public property Item The Item[Int32] gets the envelope recipient at the specified index in the collection.

Top

Methods

  Name Description
Public method Contains The Contains(RoutingAddress) method determines if the specified address is in the collection.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable<EnvelopeRecipient>.GetEnumerator
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator The IEnumerable.GetEnumerator() method gets an enumerator that can be used to iterate over the collection.

Top