EnvelopeRecipientCollection.Remove Method (EnvelopeRecipient)

When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified EnvelopeRecipient.

Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)

Syntax

'Declaration
Public MustOverride Function Remove ( _
    recipient As EnvelopeRecipient _
) As Boolean
public abstract bool Remove (
    EnvelopeRecipient recipient
)
public:
virtual bool Remove (
    EnvelopeRecipient^ recipient
) abstract
public abstract boolean Remove (
    EnvelopeRecipient recipient
)
public abstract function Remove (
    recipient : EnvelopeRecipient
) : boolean

Parameters

  • recipient
    The recipient to remove.

Return Value

The Remove method returns true if the recipient specified by the recipient parameter existed in the collection and the method successfully removed the recipient from the collection; otherwise, the method returns false.

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