ForwardEmailOptions
Properties
Name | Type | Description | Notes |
to | Vec | To recipients for forwarded email | |
subject | Option<String> | Subject for forwarded email | [optional] |
cc | Option<Vec> | Optional cc recipients | [optional] |
bcc | Option<Vec> | Optional bcc recipients | [optional] |
from | Option<String> | Optional from override | [optional] |
use_inbox_name | Option<bool> | Optionally use inbox name as display name for sender email address | [optional] |
filter_bounced_recipients | Option<bool> | Filter recipients to remove any bounced recipients from to, bcc, and cc before sending | [optional] |
[Back to Model list] [Back to API list] [Back to ]