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 AddRangeFrom ( _
	from As String _
)
C#
public void AddRangeFrom(
	string from
)

Parameters

from
Type: System..::..String
Lower bound of the range.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also