EnvelopeRecipientCollection.Remove Method (RoutingAddress)
When overridden in a derived class, the Remove method removes a recipient from the collection based on the specified RoutingAddress.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in microsoft.exchange.data.transport.dll)
Syntax
'Declaration
Public MustOverride Function Remove ( _
address As RoutingAddress _
) As Integer
public abstract int Remove (
RoutingAddress address
)
public:
virtual int Remove (
RoutingAddress address
) abstract
public abstract int Remove (
RoutingAddress address
)
public abstract function Remove (
address : RoutingAddress
) : int
Parameters
- address
The Simple Mail Transfer Protocol (SMTP) address to remove.
Return Value
The Remove method returns an integer value that represents the number of recipients removed from the collection.
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