Adds messages in the specified unique ID range to the message set.

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

Syntax

Visual Basic
Public Sub AddRangeTo ( _
	to As String, _
	mode As IntervalBoundMode _
)
C#
public void AddRangeTo(
	string to,
	IntervalBoundMode mode
)

Parameters

to
Type: System..::..String
Upper bound of the range.
mode
Type: Rebex..::..IntervalBoundMode
Specifies whether the mode parameter is included in the message set; if it is excluded, add range to previous message.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also