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

ImapIndexOrigin Enum

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

Defines origins for the indexed page view.

Syntax
public enum ImapIndexOrigin

Fields

Name Description
Beginning

Offset is taken from the beginning.

End

Offset is taken from the end. So, index 0 represents the last item. Counting the items goes from the specified offset to the smaller positions.

  • Example 1: items {A,B,C,D,E,F,G}; page {0,3,Beginning}; result {A,B,C}.
  • Example 2: items {A,B,C,D,E,F,G}; page {0,3,End}; result {E,F,G}.
  • Example 3: items {A,B,C,D,E,F,G}; page {1,3,End}; result {D,E,F}.
In This Article
  • Fields
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies