質問編集履歴
2
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,3 +1,7 @@
|
|
1
|
+
```gas
|
2
|
+
|
3
|
+
|
4
|
+
|
1
5
|
var SearchString = "label:mitsubishi";
|
2
6
|
|
3
7
|
|
@@ -8,7 +12,7 @@
|
|
8
12
|
|
9
13
|
var myMsgs = GmailApp.getMessagesForThreads(myThreads); for ( var threadIndex = 0 ; threadIndex < myThreads.length ;threadIndex++) {
|
10
14
|
|
11
|
-
|
15
|
+
|
12
16
|
|
13
17
|
var mailBody = myMsgs[threadIndex][0].getPlainBody();
|
14
18
|
|
@@ -44,6 +48,10 @@
|
|
44
48
|
|
45
49
|
}
|
46
50
|
|
51
|
+
|
52
|
+
|
53
|
+
```
|
54
|
+
|
47
55
|
|
48
56
|
|
49
57
|
これがうまく動きません。
|