ReadOnlyEnvelopeRecipientCollection 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. | |
GetEnumerator | The GetEnumerator() method returns an enumerator that can be used to iterate over the items in the collection. |
Top