nextPageToken (property)

The token to retrieve the next page with data.

Syntax

@property (nonatomic,readwrite,assign,getter=nextPageToken,setter=setNextPageToken:) NSString* nextPageToken;
- (NSString*)nextPageToken;
- (void)setNextPageToken:(NSString*)newNextPageToken;
public var nextPageToken: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property contains the token that will be used to retrieve the next page with information. This field will become available when using the ListMessages or ListDrafts method.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Mail 2020 iOS Edition - Version 20.0 [Build 8308]