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, _ mode As IntervalBoundMode _ ) |
C# |
---|
public void AddRangeTo( int to, IntervalBoundMode mode ) |
Parameters
- to
- Type: System..::..Int32
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.