# EmailMessage

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | Option<**String**> | The sender's email address. | [optional]
**id** | Option<**String**> | Gong's unique 32 character identifier for the email message. | [optional]
**sent_time** | Option<**String**> | The date and time the email message was sent in the ISO-8601 format, for example: '2024-01-17T16:20:05-03:00' or '2016-02-16T03:57:04.834+05:30' or '2020-11-20T21:30:07.233692Z', where Z stands for UTC. | [optional]
**mailbox** | Option<**String**> | The mailbox from which the email was retrieved. | [optional]
**message_hash** | Option<**String**> | Hash code of the email message. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)