Class ExchangeFolderPageInfo
Contents
[
Hide
]ExchangeFolderPageInfo class
Contains information about retrieved page when paging methods are used.
public class ExchangeFolderPageInfo : PageInfo
Properties
Name | Description |
---|---|
AbsoluteOffset { get; set; } | Gets additinal offset added to start index of a page |
Items { get; } | Gets collection of ExchangeMessageInfo objects |
ItemsPerPage { get; set; } | A number of items in page |
LastPage { get; set; } | Indicates whether current page is last page in view. |
override NextPage { get; } | Information of the next page or null if current page is last |
PageOffset { get; set; } | Gets offset of a page |
TotalCount { get; set; } | Gets total count of items in view |
See Also
- class PageInfo
- namespace Aspose.Email.Clients.Exchange
- assembly Aspose.Email