ImapMessageSet.AddRangeFrom Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
AddRangeFrom(Int32)
Adds messages in the specified sequence number range to the message set.
Declaration
public void AddRangeFrom(int from)
Parameters
Type | Name | Description |
---|---|---|
Int32 | from | Lower bound of the range. |
AddRangeFrom(Int32, IntervalBoundMode)
Adds messages in the specified sequence number range to the message set.
Declaration
public void AddRangeFrom(int from, IntervalBoundMode mode)
Parameters
Type | Name | Description |
---|---|---|
Int32 | from | Lower bound of the range. |
IntervalBoundMode | mode | Specifies whether the |
AddRangeFrom(String)
Adds messages in the specified unique ID range to the message set.
Declaration
public void AddRangeFrom(string from)
Parameters
Type | Name | Description |
---|---|---|
String | from | Lower bound of the range. |
AddRangeFrom(String, IntervalBoundMode)
Adds messages in the specified unique ID range to the message set.
Declaration
public void AddRangeFrom(string from, IntervalBoundMode mode)
Parameters
Type | Name | Description |
---|---|---|
String | from | Lower bound of the range. |
IntervalBoundMode | mode | Specifies whether the |