How to initiate a Gmail search from the addon?

匆匆过客 提交于 2019-12-24 08:23:35

问题


I can view the search results through the GmailApp service. Which can be achieved through the following code:

var threads = GmailApp.search('from:github');

However, this would not affect the UI, since it is only the add-on performing the query. I would like to perform a search in the add-on and the search results must be seen in the Gmail application.

来源:https://stackoverflow.com/questions/50719814/how-to-initiate-a-gmail-search-from-the-addon

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!