internalDate property

String? internalDate
getter/setter pair

The internal message creation timestamp (epoch ms), which determines ordering in the inbox.

For normal SMTP-received email, this represents the time the message was originally accepted by Google, which is more reliable than the Date header. However, for API-migrated mail, it can be configured by client to be based on the Date header.

Implementation

core.String? internalDate;