Adds messages in the specified sequence number range to the message set.

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

Syntax

Visual Basic
Public Sub AddRangeTo ( _
	to As Integer _
)
C#
public void AddRangeTo(
	int to
)

Parameters

to
Type: System..::..Int32
Upper bound of the range.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also