Defines origins for the indexed page view.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Enumeration EwsIndexOrigin |
C# |
---|
public enum EwsIndexOrigin |
Members
Member 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.
|