EmailRecipients
Properties
Name | Type | Description | Notes |
---|---|---|---|
To | Recipient[] | [optional] | |
Cc | Recipient[] | [optional] | |
Bcc | Recipient[] | [optional] |
Examples
- Prepare the resource
$EmailRecipients = Initialize-maislurp-client-powershellEmailRecipients -To null `
-Cc null `
-Bcc null
- Convert the resource to JSON