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 | |
---|---|---|
Count | The Item[Int32] property gets the number of items in the colleciton. | |
Item | The Item[Int32] gets the envelope recipient at the specified index in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Contains | The Contains(RoutingAddress) method determines if the specified address is in the collection. | |
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. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable<EnvelopeRecipient>.GetEnumerator | ||
IEnumerable.GetEnumerator | The IEnumerable.GetEnumerator() method gets an enumerator that can be used to iterate over the collection. |
Top