Messages which belong to a specified message set.

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

Syntax

Visual Basic
Public Shared Function MessageSet ( _
	messageSet As ImapMessageSet _
) As ImapSearchParameter
C#
public static ImapSearchParameter MessageSet(
	ImapMessageSet messageSet
)

Parameters

messageSet
Type: Rebex.Net..::..ImapMessageSet
A set of messages.

Return Value

A search parameter.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also