ReadOnlyEnvelopeRecipientCollection.Contains Method
The Contains(RoutingAddress) method determines if the specified address is in the collection.
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public MustOverride Function Contains ( _
address As RoutingAddress _
) As Boolean
'Usage
Dim instance As ReadOnlyEnvelopeRecipientCollection
Dim address As RoutingAddress
Dim returnValue As Boolean
returnValue = instance.Contains(address)
public abstract bool Contains(
RoutingAddress address
)
Parameters
- address
Type: Microsoft.Exchange.Data.Transport.RoutingAddress
The routing address to locate in the collection.
Return Value
Type: System.Boolean
The Contains(RoutingAddress) method returns true if the specified routing address is present in the collection; otherwise, the method returns false.