Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

ImapMessageSet.AddRangeTo Method

Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9147)

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 mode parameter is included in the message set; if it is excluded, add range to previous message.

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 mode parameter is included in the message set; if it is excluded, add range to previous message.

In This Article
  • AddRangeTo(Int32)
  • AddRangeTo(Int32, IntervalBoundMode)
  • AddRangeTo(String)
  • AddRangeTo(String, IntervalBoundMode)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies