Determines whether the specified item is present in the ImapMessageCollection.

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

Syntax

Visual Basic
Public Function Contains ( _
	item As ImapMessageInfo _
) As Boolean
C#
public bool Contains(
	ImapMessageInfo item
)

Parameters

item
Type: Rebex.Net..::..ImapMessageInfo
The ImapMessageInfo to locate.

Return Value

True if present, false otherwise.

Implements

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also