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