History
Query History in Gmail.
Table Specific Information
Query the available History
Select
The driver uses the GMail REST API to process search criteria that refer to Id column. The driver processes other filters client-side within the driver.
- Id supports the '>' operator.
For example, the following queries are processed server side:
SELECT * FROM History WHERE Id > 123
Columns
Name | Type | References | Description |
Id [KEY] | Long | The ID of the mailbox's current history record. | |
MessagesAdded | String | Messages added to the mailbox in this history record. | |
MessagesDeleted | String | Messages deleted (not Trashed) from the mailbox in this history record. | |
LabelsAdded | String | Labels added to messages in this history record. | |
LabelsRemoved | String | Labels removed from messages in this history record. |