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 _
)
public abstract void Add (
    RoutingAddress address
)
public:
virtual void Add (
    RoutingAddress address
) abstract
public abstract void Add (
    RoutingAddress address
)
public abstract function Add (
    address : RoutingAddress
)

Parameters

  • address
    The address to add to the collection.

Exceptions

Exception type Condition
System.NotSupportedException

The collection is read-only.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003