ImapIndexOrigin Enum
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
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.
|