BouncedRecipientDto
Properties
Name | Type | Description | Notes |
Id | String | | |
UserId | String | | [optional] |
SentEmailId | String | | [optional] |
Recipient | String | | |
DiagnosticCode | String | | [optional] |
Action | String | | [optional] |
Status | String | | [optional] |
CreatedAt | System.DateTime | | |
Examples
$BouncedRecipientDto = Initialize-maislurp-client-powershellBouncedRecipientDto -Id null `
-UserId null `
-SentEmailId null `
-Recipient null `
-DiagnosticCode null `
-Action null `
-Status null `
-CreatedAt null
- Convert the resource to JSON
$BouncedRecipientDto | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]