Name | Type | Description | Notes |
---|---|---|---|
id | int | ID of the mail thread | [optional] |
account_id | string | The connection account ID | [optional] |
user_id | int | ID of the user whom mail message will be assigned to | [optional] |
subject | string | The subject | [optional] |
snippet | string | A snippet | [optional] |
read_flag | NumberBooleanDefault0 | Whether the mail thread is read | [optional] |
mail_tracking_status | string | Mail tracking status | [optional] |
has_attachments_flag | NumberBooleanDefault0 | Whether the mail thread has an attachment | [optional] |
has_inline_attachments_flag | NumberBooleanDefault0 | Whether the mail thread has inline attachments | [optional] |
has_real_attachments_flag | NumberBooleanDefault0 | Whether the mail thread has real attachments (which are not inline) | [optional] |
deleted_flag | NumberBooleanDefault0 | Whether the mail thread is deleted | [optional] |
synced_flag | NumberBooleanDefault0 | Whether the mail thread is synced | [optional] |
smart_bcc_flag | NumberBooleanDefault0 | Whether one of the parties of the mail thread is Bcc | [optional] |
mail_link_tracking_enabled_flag | NumberBooleanDefault0 | Whether the link tracking of the mail thread is enabled | [optional] |
from | \Pipedrive\Model\MailThreadParticipant[] | Senders of the mail thread | [optional] |
to | \Pipedrive\Model\MailThreadParticipant[] | Recipients of the mail thread | [optional] |
cc | \Pipedrive\Model\MailThreadParticipant[] | Participants of the Cc | [optional] |
bcc | \Pipedrive\Model\MailThreadParticipant[] | Participants of the Bcc | [optional] |
body_url | string | A link to the mail thread message | [optional] |
mail_thread_id | int | ID of the mail thread | [optional] |
draft | string | If the mail message has a draft status then the value is the mail message object as JSON formatted string, otherwise `null`. | [optional] |
has_body_flag | NumberBooleanDefault0 | Whether the mail thread message has a body | [optional] |
sent_flag | NumberBooleanDefault0 | Whether the mail thread message is sent | [optional] |
sent_from_pipedrive_flag | NumberBooleanDefault0 | Whether the mail thread message is sent from Pipedrive | [optional] |
message_time | \DateTime | The time when the mail message was received or created | [optional] |
add_time | \DateTime | The time when the mail message was inserted to database | [optional] |
update_time | \DateTime | The time when the mail message was updated in database received | [optional] |