NextPageOffset property

int? NextPageOffset
Gets the offset that should be used with FolderView to retrieve the next page of folders in a FindFolders operation.

Implementation

int? get NextPageOffset => this._nextPageOffset;
void NextPageOffset=(int? value)

Implementation

set NextPageOffset(int? value) => this._nextPageOffset = value;