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
'Usage
Dim instance As EnvelopeRecipientCollection
Dim address As RoutingAddress
Dim returnValue As Integer
returnValue = instance.Remove(address)
public abstract int Remove(
RoutingAddress address
)
Parameters
- address
Type: Microsoft.Exchange.Data.Transport.RoutingAddress
The Simple Mail Transfer Protocol (SMTP) address to remove.
Return Value
Type: System.Int32
The Remove method returns an integer value that represents the number of recipients removed from the collection.