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