{"id":1670,"date":"2023-10-05T15:18:06","date_gmt":"2023-10-05T06:18:06","guid":{"rendered":"https:\/\/akita-csmedia.com\/?p=1670"},"modified":"2024-10-11T18:00:51","modified_gmt":"2024-10-11T09:00:51","slug":"gmailapp-search%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6gmail%e3%82%92%e3%81%95%e3%81%be%e3%81%96%e3%81%be%e3%81%aa%e6%9d%a1%e4%bb%b6%e3%81%a7%e5%8f%96%e5%be%97%e3%81%99%e3%82%8b%e4%bd%bf%e3%81%84%e6%96%b9","status":"publish","type":"post","link":"https:\/\/akita-csmedia.com\/?p=1670","title":{"rendered":"GmailApp.search\u3092\u4f7f\u3063\u3066Gmail\u3092\u3055\u307e\u3056\u307e\u306a\u6761\u4ef6\u3067\u53d6\u5f97\u3059\u308b\u4f7f\u3044\u65b9"},"content":{"rendered":"\n<p>\u4eca\u56de\u306e\u8a18\u4e8b\u306f\u3001GoogleAppsScript\u3067Gmail\u3092\u53d6\u3063\u3066\u304f\u308b\u3068\u304d\u306b\u4f7f\u3046\u3001GmailApp.search\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u307e\u3068\u3081\u307e\u3057\u305f\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">GmailApp.search\u3067\u65e5\u4ed8\u3092\u6307\u5b9a\u3059\u308b<\/h2>\n\n\n\n<p>GmailApp.search\u3067\u7279\u5b9a\u306e\u65e5\u4ed8\u3092\u6307\u5b9a\u3059\u308b\u5834\u5408\u306b\u306f\u300cafter\u300d\u300cbefore\u300d\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"after:2019\/10\/24 before:2019\/10\/25\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<p>\u7279\u5b9a\u306e\u65e5\u4ed8\u3067\u306f\u306a\u304f\u6307\u5b9a\u3057\u305f\u5e74\u6570(y)\u30fb\u6708\u6570(m)\u30fb\u65e5\u6570(d)\u3067\u691c\u7d22\u3059\u308b\u5834\u5408\u306b\u306f\u300colder_than\u300d\u300cnewer_than\u300d\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"older_than:2d\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<p>\u30b5\u30f3\u30d7\u30eb\u3067\u306f\u4e8c\u65e5\u524d\u3088\u308a\u4ee5\u524d\u306e\u3082\u306e\u3092\u53d6\u3063\u3066\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">GmailApp.search\u3067\u4ef6\u540d\u3092\u6307\u5b9a\u3059\u308b<\/h2>\n\n\n\n<p>GmailApp.search\u3067\u4ef6\u540d\u3092\u6307\u5b9a\u3057\u3066\u691c\u7d22\u3059\u308b\u306b\u306fsubject\u6f14\u7b97\u5b50\u3092\u4f7f\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"subject:test\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<p>\u3053\u306e\u4f8b\u3067\u3044\u3048\u3070\u3001\u4ef6\u540d\u306btest\u3068\u542b\u307e\u308c\u3066\u3044\u308b\u30e1\u30fc\u30eb\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">GmailApp.search\u3067\u30e9\u30d9\u30eb\u3092\u6307\u5b9a\u3059\u308b<\/h2>\n\n\n\n<p>GmailApp.search\u3067\u30e9\u30d9\u30eb\u3092\u6307\u5b9a\u3057\u3066\u691c\u7d22\u3059\u308b\u306b\u306flabel\u6f14\u7b97\u5b50\u3092\u4f7f\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"label:\u4fdd\u5b58\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">GmailApp.search\u3067\u9001\u4fe1\u8005\u3092\u6307\u5b9a\u3059\u308b<\/h2>\n\n\n\n<p>GmailApp.search\u3067\u9001\u4fe1\u8005\u3092\u6307\u5b9a\u3057\u3066\u691c\u7d22\u3059\u308b\u306b\u306ffrom\u6f14\u7b97\u5b50\u3092\u4f7f\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"from:xxxxx@gmail.com\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">GmailApp.search\u3067\u8907\u6570\u6761\u4ef6\u3092\u6307\u5b9a\u3059\u308b<\/h2>\n\n\n\n<p>GmailApp.search\u3067\u8907\u6570\u6761\u4ef6\u306e\u6307\u5b9a\u306e\u4ed5\u65b9\u3068\u3057\u3066\u306f\u3001<br>AND\u6761\u4ef6\u3067\u3042\u308c\u3070\u534a\u89d2\u30b9\u30da\u30fc\u30b9\u533a\u5207\u308a\u3000\u203b\u5834\u5408\u306b\u3088\u3063\u3066\u306f()\u3067\u304f\u304f\u308b\u5fc5\u8981\u3042\u308a<br>OR\u6761\u4ef6\u3067\u3042\u308c\u3070{}\u3092\u4f7f\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4ef6\u540d\u306b\u30c6\u30b9\u30c8\u3092\u542b\u3080\u3000\u304b\u3064\u3000\u6307\u5b9a\u306e\u9001\u4fe1\u8005<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"subject:\u30c6\u30b9\u30c8 from:xxxx@gmail.com\"; \r\nfunction myFunction(){\r\n  var query = \"subject:{\u30c6\u30b9\u30c8 \u30b5\u30f3\u30d7\u30eb}\";\r\n  var threads = GmailApp.search(query);\r\n}\r\n\r\n}<\/code><\/pre>\n\n\n\n<p>\u4ef6\u540d\u306b\u30c6\u30b9\u30c8\u3092\u542b\u3080\u3000\u3082\u3057\u304f\u306f\u3000\u6307\u5b9a\u306e\u9001\u4fe1\u8005<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"{subject:\u30c6\u30b9\u30c8 from:xxxx@gmail.com}\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<p>\u4ef6\u540d\u306b\u30c6\u30b9\u30c8\u3000\u304b\u3064\u3000\u30b5\u30f3\u30d7\u30eb\u3000\u3092\u542b\u3080<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n  var query = \"subject:(\u30c6\u30b9\u30c8 \u30b5\u30f3\u30d7\u30eb)\";\r\n  var threads = GmailApp.search(query);\r\n}<\/code><\/pre>\n\n\n\n<p>\u4ef6\u540d\u306b\u30c6\u30b9\u30c8\u3000\u3082\u3057\u304f\u306f\u3000\u30b5\u30f3\u30d7\u30eb\u3000\u3092\u542b\u3080<br>\uff08\u4ef6\u540d\u306b\u30c6\u30b9\u30c8\u3000\u304b\u3064\u3000\u6307\u5b9a\u306e\u9001\u4fe1\u8005\uff09\u3082\u3057\u304f\u306f\uff08\u6307\u5b9a\u306e\u9001\u4fe1\u8005\uff09<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function myFunction(){\r\n\r\n  var query = \u201c{(subject:\u30c6\u30b9\u30c8 from:xxxx@gmail.com) (from:yyyy@gmail.com)}\u201d;\r\n\r\n  var threads = GmailApp.search(query);\r\n\r\n}<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u304a\u307e\u3051<\/h2>\n\n\n\n<p>\u666e\u6bb5\u306a\u304b\u306a\u304b\u4f7f\u308f\u306a\u3044\u306e\u3067\u3059\u304c\u3001\u4eba\u306b\u3088\u3063\u3066\u306f\u4f7f\u3046\u4eba\u3082\u3044\u308b\u304b\u3068\u601d\u3044\u307e\u3059\u306e\u3067\u3001\u8f09\u305b\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u672a\u8aad\u30e1\u30fc\u30eb\u3092\u691c\u7d22\u3059\u308b \u21d2 is:unread<br>\u65e2\u8aad\u30e1\u30fc\u30eb\u3092\u691c\u7d22\u3059\u308b \u21d2 is:read<br>\u6dfb\u4ed8\u30d5\u30a1\u30a4\u30eb\u306e\u3042\u308b\u30e1\u30fc\u30eb\u3092\u691c\u7d22 \u21d2 has:attachment<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u4eca\u56de\u306e\u8a18\u4e8b\u306f\u3001GoogleAppsScript\u3067Gmail\u3092\u53d6\u3063\u3066\u304f\u308b\u3068\u304d\u306b\u4f7f\u3046\u3001GmailApp.search\u306e\u4f7f\u3044\u65b9\u306b\u3064\u3044\u3066\u307e\u3068\u3081\u307e\u3057\u305f\u3002 GmailApp.search\u3067\u65e5\u4ed8\u3092\u6307\u5b9a\u3059\u308b GmailApp.searc [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1672,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"sns_share_botton_hide":"","vkExUnit_sns_title":"","_vk_print_noindex":"","sitemap_hide":"","_veu_custom_css":"","veu_display_promotion_alert":"","vkexunit_cta_each_option":"","_lightning_design_setting":[],"footnotes":""},"categories":[238],"tags":[239,241,240],"class_list":["post-1670","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gas","tag-gas","tag-gmail","tag-google"],"aioseo_notices":[],"veu_head_title_object":{"title":"","add_site_title":""},"_links":{"self":[{"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/posts\/1670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1670"}],"version-history":[{"count":1,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/posts\/1670\/revisions"}],"predecessor-version":[{"id":1671,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/posts\/1670\/revisions\/1671"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=\/wp\/v2\/media\/1672"}],"wp:attachment":[{"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1670"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/akita-csmedia.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}