Determines whether the message is in the collection.

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
Public Function Contains ( _
	message As EwsMessageInfo _
) As Boolean
C#
public bool Contains(
	EwsMessageInfo message
)

Parameters

message
Type: Rebex.Net..::..EwsMessageInfo
The message to locate in the collection.

Return Value

True if the message is located in the collection; false otherwise.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also