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 AddRangeFrom ( _ from As Integer, _ mode As IntervalBoundMode _ ) |
C# |
---|
public void AddRangeFrom( int from, IntervalBoundMode mode ) |
Parameters
- from
- Type: System..::..Int32
Lower bound of the range.
- mode
- Type: Rebex..::..IntervalBoundMode
Specifies whether the from parameter is included in the message set; if it is excluded, add range from next message.