MailSlurp::Object::ForwardEmailOptions
Load the model package
use MailSlurp::Object::ForwardEmailOptions;
Properties
Name | Type | Description | Notes |
to | ARRAY[string] | To recipients for forwarded email | |
subject | string | Subject for forwarded email | [optional] |
cc | ARRAY[string] | Optional cc recipients | [optional] |
bcc | ARRAY[string] | Optional bcc recipients | [optional] |
from | string | Optional from override | [optional] |
use_inbox_name | boolean | Optionally use inbox name as display name for sender email address | [optional] |
[Back to Model list] [Back to API list] [Back to ]