NextPageOffset property

int? get 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;
set NextPageOffset (int? value)

Implementation

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