unreadOnly property

bool? unreadOnly
getter/setter pair

Apply conditions only to unread emails. All emails begin with read=false. An email is marked read=true when an EmailDto representation of it has been returned to the user at least once. For example you have called getEmail or waitForLatestEmail etc., or you have viewed the email in the dashboard.

Implementation

bool? unreadOnly;