EnvelopeRecipientCollection Members
Include Protected Members
Include Inherited Members
The EnvelopeRecipientCollection class is the base class for derived classes that represent a collection of objects that inherit from the EnvelopeRecipient class.
The EnvelopeRecipientCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanAdd | When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection. | |
Count | The Item[Int32] property gets the number of items in the colleciton. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | |
Item | The Item[Int32] gets the envelope recipient at the specified index in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) |
Top
Methods
Name | Description | |
---|---|---|
Add | When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection. | |
Clear | When overridden in a derived class, the Clear method removes all items from the collection. | |
Contains | The Contains(RoutingAddress) method determines if the specified address is in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove(EnvelopeRecipient) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient. | |
Remove(RoutingAddress) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified RoutingAddress. | |
Remove(EnvelopeRecipient, DsnType, SmtpResponse) | When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<EnvelopeRecipient>.GetEnumerator | (Inherited from ReadOnlyEnvelopeRecipientCollection.) | |
IEnumerable.GetEnumerator | The IEnumerable.GetEnumerator() method gets an enumerator that can be used to iterate over the collection. (Inherited from ReadOnlyEnvelopeRecipientCollection.) |
Top