Contains information about retrieved page when paging methods are used. More...
Inherits Aspose::Email::Clients::PageInfo.
Public Member Functions | |
System::SharedPtr< ExchangeFolderInfoCollection > | get_Items () const |
Gets collection of ExchangeMessageInfo objects More... | |
void | set_Items (System::SharedPtr< ExchangeFolderInfoCollection > value) |
Gets collection of ExchangeMessageInfo objects More... | |
System::SharedPtr< PageInfo > | get_NextPage () override |
Information of the next page or null if current page is last More... | |
ExchangeFolderPageInfo () | |
Initializes a new instance of the ExchangeFolderPageInfo class More... | |
ExchangeFolderPageInfo (int32_t totalCount, int32_t itemsPerPage, int32_t offset, bool lastPage) | |
Initializes a new instance of the ExchangeFolderPageInfo class More... | |
ExchangeFolderPageInfo (int32_t itemsPerPage) | |
Initializes a new instance of the ExchangeFolderPageInfo class More... | |
ExchangeFolderPageInfo (int32_t itemsPerPage, int32_t offset) | |
Initializes a new instance of the ExchangeFolderPageInfo class More... | |
ExchangeFolderPageInfo (System::SharedPtr< ExchangeFolderInfoCollection > items, int32_t itemsPerPage, int32_t offset) | |
Initializes a new instance of the ExchangeFolderPageInfo class More... | |
ExchangeFolderPageInfo (System::SharedPtr< ExchangeFolderInfoCollection > items, int32_t totalCount, int32_t itemsPerPage, int32_t offset, bool lastPage) | |
Initializes a new instance of the ExchangeFolderPageInfo class More... | |
Public Member Functions inherited from Aspose::Email::Clients::PageInfo | |
int32_t | get_PageOffset () const |
Gets offset of a page More... | |
void | set_PageOffset (int32_t value) |
Gets offset of a page More... | |
int32_t | get_AbsoluteOffset () const |
Gets additinal offset added to start index of a page More... | |
void | set_AbsoluteOffset (int32_t value) |
Gets additinal offset added to start index of a page More... | |
bool | get_LastPage () const |
Indicates whether current page is last page in view. More... | |
void | set_LastPage (bool value) |
Indicates whether current page is last page in view. More... | |
int32_t | get_TotalCount () const |
Gets total count of items in view More... | |
void | set_TotalCount (int32_t value) |
Gets total count of items in view More... | |
int32_t | get_ItemsPerPage () const |
A number of items in page More... | |
void | set_ItemsPerPage (int32_t value) |
A number of items in page More... | |
PageInfo (int32_t itemsPerPage) | |
Initializes a new instance of the PageInfo class More... | |
PageInfo (int32_t itemsPerPage, int32_t offset) | |
Initializes a new instance of the PageInfo class More... | |
PageInfo (int32_t totalCount, int32_t itemsPerPage, int32_t offset, bool lastPage) | |
Initializes a new instance of the PageInfo class More... | |
PageInfo (int32_t totalCount, int32_t itemsPerPage, int32_t offset, int32_t absoluteOffset, bool lastPage) | |
Initializes a new instance of the PageInfo class More... | |
Friends | |
class | Aspose::Email::Clients::Exchange::WebService::EWSClient2007 |
class | Aspose::Email::Clients::Exchange::WebService::Implementation::Folders::List::EwsClientFolderListSubs |
Additional Inherited Members | |
Protected Attributes inherited from Aspose::Email::Clients::PageInfo | |
System::SharedPtr< PageInfo > | next |
Contains information about retrieved page when paging methods are used.
Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::ExchangeFolderPageInfo | ( | ) |
Initializes a new instance of the ExchangeFolderPageInfo class
Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::ExchangeFolderPageInfo | ( | int32_t | totalCount, |
int32_t | itemsPerPage, | ||
int32_t | offset, | ||
bool | lastPage | ||
) |
Initializes a new instance of the ExchangeFolderPageInfo class
totalCount | total count of items in view |
offset | offset in view of a page |
lastPage | Indicates whether current page is last page in view |
itemsPerPage | A number of items in page |
Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::ExchangeFolderPageInfo | ( | int32_t | itemsPerPage | ) |
Initializes a new instance of the ExchangeFolderPageInfo class
itemsPerPage | A number of items in page |
Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::ExchangeFolderPageInfo | ( | int32_t | itemsPerPage, |
int32_t | offset | ||
) |
Initializes a new instance of the ExchangeFolderPageInfo class
offset | offset in view of a page |
itemsPerPage | A number of items in page |
Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::ExchangeFolderPageInfo | ( | System::SharedPtr< ExchangeFolderInfoCollection > | items, |
int32_t | itemsPerPage, | ||
int32_t | offset | ||
) |
Initializes a new instance of the ExchangeFolderPageInfo class
items | A collection of ExchangeMessageInfo objects |
offset | offset in view of a page |
itemsPerPage | A number of items in page |
Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::ExchangeFolderPageInfo | ( | System::SharedPtr< ExchangeFolderInfoCollection > | items, |
int32_t | totalCount, | ||
int32_t | itemsPerPage, | ||
int32_t | offset, | ||
bool | lastPage | ||
) |
Initializes a new instance of the ExchangeFolderPageInfo class
items | A collection of ExchangeMessageInfo objects |
totalCount | Total count of items in view |
offset | offset in view of a page |
lastPage | Indicates whether current page is last page in view |
itemsPerPage | A number of items in page |
System::SharedPtr<ExchangeFolderInfoCollection> Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::get_Items | ( | ) | const |
Gets collection of ExchangeMessageInfo objects
|
overridevirtual |
Information of the next page or null if current page is last
Reimplemented from Aspose::Email::Clients::PageInfo.
void Aspose::Email::Clients::Exchange::ExchangeFolderPageInfo::set_Items | ( | System::SharedPtr< ExchangeFolderInfoCollection > | value | ) |
Gets collection of ExchangeMessageInfo objects
|
friend |
|
friend |