mailslurp_netstandard_2x.Model.SimpleSendEmailOptions
Simplified send email options
Properties
Name | Type | Description | Notes |
---|---|---|---|
SenderId | Guid? | ID of inbox to send from. If null an inbox will be created for sending | [optional] |
To | string | Email address to send to | |
Body | string | Body of the email message. Supports HTML | [optional] |
Subject | string | Subject line of the email | [optional] |