Share via


EnvelopeRecipientCollection Members

The EnvelopeRecipientCollection class is the base class for derived classes that represent a collection of objects that inherit from the EnvelopeRecipient class.

The following tables list the members exposed by the EnvelopeRecipientCollection type.

Public Properties

  Name Description
Aa563150.pubproperty(en-us,EXCHG.80).gif CanAdd When overridden in a derived class, the CanAdd property gets a value that indicates whether recipients can be added to the collection.
Aa563150.pubproperty(en-us,EXCHG.80).gif Count When overridden in a derived class, the Count property gets the number of elements that are contained in the collection.
Aa563150.pubproperty(en-us,EXCHG.80).gif Item When overridden in a derived class, the Item property gets or sets the element at the specified index in the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa563150.pubmethod(en-us,EXCHG.80).gif Add When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection.
Aa563150.pubmethod(en-us,EXCHG.80).gif Clear When overridden in a derived class, the Clear method removes all items from the collection.
Aa563150.pubmethod(en-us,EXCHG.80).gif Contains When overridden in a derived class, the Contains method returns a value that indicates whether the value specified by the address parameter exists in the collection.
Aa563150.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa563150.pubmethod(en-us,EXCHG.80).gif GetEnumerator When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection.
Aa563150.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa563150.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa563150.pubmethod(en-us,EXCHG.80).gifAa563150.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa563150.pubmethod(en-us,EXCHG.80).gif Remove Overloaded. When overridden in a derived class, the Remove method removes one or more recipients from the collection.
Aa563150.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa563150.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa563150.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top