query property

String? query
getter/setter pair

Only return messages matching the specified query.

Supports the same query format as the Gmail search box. For example, "from:[email protected] rfc822msgid: is:unread".

Implementation

core.String? query;