EmailProjection
Properties
Name | Type | Description | Notes |
Id | String | | |
VarFrom | String | | [optional] |
Subject | String | | [optional] |
InboxId | String | | |
Attachments | String[] | | [optional] |
CreatedAt | System.DateTime | | |
To | String[] | | |
Bcc | String[] | | [optional] |
Cc | String[] | | [optional] |
DomainId | String | | [optional] |
Read | Boolean | | |
BodyExcerpt | String | | [optional] |
TeamAccess | Boolean | | |
BodyMD5Hash | String | | [optional] |
Examples
$EmailProjection = Initialize-maislurp-client-powershellEmailProjection -Id null `
-VarFrom null `
-Subject null `
-InboxId null `
-Attachments null `
-CreatedAt null `
-To null `
-Bcc null `
-Cc null `
-DomainId null `
-Read null `
-BodyExcerpt null `
-TeamAccess null `
-BodyMD5Hash null
- Convert the resource to JSON
$EmailProjection | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]