ThreadProjection
Properties
Name | Type | Description | Notes |
Name | String | Name of thread | [optional] |
Id | String | ID of email thread | |
Subject | String | Thread subject | [optional] |
UserId | String | User ID | |
InboxId | String | Inbox ID | |
CreatedAt | System.DateTime | Created at DateTime | |
UpdatedAt | System.DateTime | Updated at DateTime | |
To | String[] | To recipients | |
Bcc | String[] | BCC recipients | [optional] |
Cc | String[] | CC recipients | [optional] |
AliasId | String | Alias ID | |
Examples
$ThreadProjection = Initialize-maislurp-client-powershellThreadProjection -Name null `
-Id null `
-Subject null `
-UserId null `
-InboxId null `
-CreatedAt null `
-UpdatedAt null `
-To null `
-Bcc null `
-Cc null `
-AliasId null
- Convert the resource to JSON
$ThreadProjection | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]