Поделиться через


EnvelopeRecipientCollection.Contains Method

When overridden in a derived class, the Contains method returns a value that indicates whether the value specified by the address parameter exists 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
public abstract bool Contains (
    RoutingAddress address
)
public:
virtual bool Contains (
    RoutingAddress address
) abstract
public abstract boolean Contains (
    RoutingAddress address
)
public abstract function Contains (
    address : RoutingAddress
) : boolean

Parameters

Return Value

The Contains property returns true if the RoutingAddress specified by the address parameter exists in the collection; otherwise, the property 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