google api - Gmail API: Is message_id unique or is the (thread_id,message_id) tuple unique? -


Through the GML API, can I assume that message_id is unique among all messages in the index, or do I have to Should be dependent on (Message_id, thread_id) Tupal?

Only message_id is unique on the inbox alone (for that single user)).

CF


Comments