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 AddRange ( _ first As String, _ last As String _ ) |
C# |
---|
public void AddRange( string first, string last ) |
Parameters
- first
- Type: System..::..String
Lower bound of the range.
- last
- Type: System..::..String
Upper bound of the range.
Remarks
Bounds are also a part of the range.