BouncedEmailDto
Properties
Name | Type | Description | Notes |
Id | String | | [optional] |
UserId | String | | |
NotificationType | String | | |
SentToRecipients | String[] | | [optional] |
VarSender | String | | |
BounceMta | String | | [optional] |
BounceType | String | | [optional] |
BounceRecipients | String[] | | [optional] |
BounceSubType | String | | [optional] |
SentEmailId | String | | [optional] |
Subject | String | | [optional] |
CreatedAt | System.DateTime | | |
Examples
$BouncedEmailDto = Initialize-maislurp-client-powershellBouncedEmailDto -Id null `
-UserId null `
-NotificationType null `
-SentToRecipients null `
-VarSender null `
-BounceMta null `
-BounceType null `
-BounceRecipients null `
-BounceSubType null `
-SentEmailId null `
-Subject null `
-CreatedAt null
- Convert the resource to JSON
$BouncedEmailDto | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]