Share via


EnvelopeRecipientCollection.Add method

When overridden in a derived class, the Add method adds the specified RoutingAddress object to the collection.

Namespace:  Microsoft.Exchange.Data.Transport
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public MustOverride Sub Add ( _
    address As RoutingAddress _
)
'Usage
Dim instance As EnvelopeRecipientCollection
Dim address As RoutingAddress

instance.Add(address)
public abstract void Add(
    RoutingAddress address
)

Parameters

Exceptions

Exception Condition
[System.NotSupportedException]

The collection is read-only.

See also

Reference

EnvelopeRecipientCollection class

EnvelopeRecipientCollection members

Microsoft.Exchange.Data.Transport namespace