Criteria.Query

Criteria.Query property

Only return messages matching the specified query.Supports the same query format as the Gmail search box. For example, “from:someuser@example.com rfc822msgid:somemsgid@example.com is:unread”.

public string Query { get; set; }

See Also