# mailslurp.Model.ThreadProjection
A thread is a message thread created for a message received by an alias
# Properties
Name | Type | Description | Notes |
---|---|---|---|
AliasId | Guid | ||
Bcc | List<string> | [optional] | |
Cc | List<string> | [optional] | |
CreatedAt | DateTime | ||
Id | Guid | ||
InboxId | Guid | ||
Name | string | [optional] | |
Subject | string | [optional] | |
To | List<string> | ||
UpdatedAt | DateTime | ||
UserId | Guid |
[Back to Model list] [Back to API list] [Back to README]