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, _ mode As IntervalBoundMode _ ) |
| C# |
|---|
public void AddRangeFrom( string from, IntervalBoundMode mode ) |
Parameters
- from
- Type: System..::..String
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.