アットウィキロゴ

gamail gas inbox

function smap(){
 
  var threads = GmailApp.getInboxThreads(0, 50);
 
  var str;
 
  str="";
 
  for (var i = 0; i < threads.length; i++) {
   str=str+threads[i].getFirstMessageSubject()+"\n";
 }
MailApp.sendEmail("[email protected]","card8",str);
 
 
 
}
最終更新:2013年09月25日 17:28