VerifyEmailAddressOptions
Properties
Name | Type | Description | Notes |
---|---|---|---|
MailServerDomain | String | [optional] | |
EmailAddress | String | ||
SenderEmailAddress | String | [optional] | |
Port | Int32 | [optional] |
Examples
- Prepare the resource
$VerifyEmailAddressOptions = Initialize-maislurp-client-powershellVerifyEmailAddressOptions -MailServerDomain null `
-EmailAddress null `
-SenderEmailAddress null `
-Port null
- Convert the resource to JSON