EwsIndexOrigin Enum
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Defines origins for the indexed page view.
Syntax
public enum EwsIndexOrigin
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.
|