Returns the ImapMessageInfo of the specified id.

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

Syntax

Visual Basic
Public Function Find ( _
	sequenceNumber As Integer _
) As ImapMessageInfo
C#
public ImapMessageInfo Find(
	int sequenceNumber
)

Parameters

sequenceNumber
Type: System..::..Int32
The ID of the ImapMessageInfo to get.

Return Value

ImapMessageInfo of the specified name.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also