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 AddRange ( _ from As Integer, _ to As Integer _ ) |
C# |
---|
public void AddRange( int from, int to ) |
Parameters
- from
- Type: System..::..Int32
Lower bound of the range.
- to
- Type: System..::..Int32
Upper bound of the range (or Int32.MaxValue if all messages above 'from' are to be included).
Remarks
Bounds are also a part of the range.