ImapPageView Constructor
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9313)
ImapPageView(Int32, Int32)
Creates an indexed page view definition object.
Declaration
public ImapPageView(int offset, int count)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | offset | Zero-based offset of the item where the page starts.  | 
    
| Int32 | count | Count of the items within the page.  | 
    
ImapPageView(Int32, Int32, ImapIndexOrigin)
Creates an indexed page view definition object.
Declaration
public ImapPageView(int offset, int count, ImapIndexOrigin basePoint)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int32 | offset | Zero-based offset of the item where the page starts.  | 
    
| Int32 | count | Count of the items within the page.  | 
    
| ImapIndexOrigin | basePoint | Base point for the offset.  |