Creates a new message ID set that contains all messages in the specified array.

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

Syntax

Visual Basic
Public Sub New ( _
	ParamArray uniqueIds As String() _
)
C#
public ImapMessageSet(
	params string[] uniqueIds
)

Parameters

uniqueIds
Type: array<System..::..String>[]()[][]
An array of message unique IDs.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also