ContactEmailDictionaryValueCollectionContains Method Ipswitch.Messaging.Framework
Gets a value that indicates whether or not this collection contains the specified email address string.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public bool Contains(
	EmailAddress emailAddress
)

Parameters

emailAddress
Type: EmailAddress
The email address to look for in this collection.

Return Value

Type: Boolean
true if the email address string exists somewhere in this collection; otherwise, false.

Implements

ICollectionTContains(T)
See Also

Reference