ImapPageInfo Class

Contains information about retrieved page when paging methods are used.
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients.Imap
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ImapPageInfo : PageInfo

The ImapPageInfo type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteOffset
Gets additinal offset added to start index of a page
(Inherited from PageInfo.)
Public propertyItems
Gets collection of ImapMessageInfo objects
Public propertyItemsPerPage
A number of items in page
(Inherited from PageInfo.)
Public propertyLastPage
Indicates whether current page is last page in view.
(Inherited from PageInfo.)
Public propertyNextPage
Information of the next page or null if current page is last
(Overrides PageInfoNextPage.)
Public propertyPageOffset
Gets offset of a page
(Inherited from PageInfo.)
Public propertyTotalCount
Gets total count of items in view
(Inherited from PageInfo.)
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Fields
  NameDescription
Protected fieldnext
(Inherited from PageInfo.)
See Also