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

ImapMessageSet.AddRangeFrom Method

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

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

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

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