I'm looking at my inbox and I can see the time of the email is being recorded, but I'm having trouble seeing how to grab the date/time of an email, despite looking at the apps script gmail API (https://developers.google.com/apps-script/reference/gmail/gmail-app?hl=ja#detailed-documentation)
Can this be done?
How about a following sample? You can retrieve date for each e-mail using
getDate()
. The sample script is as follows.Sample script :
getDate()
is heregetInboxThreads()
is hereIf I misunderstand your question, I'm sorry.