mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
# ForwardEmailOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bcc** | Option<**Vec<String>**> | Optional bcc recipients | [optional]
**cc** | Option<**Vec<String>**> | Optional cc recipients | [optional]
**subject** | Option<**String**> | Subject for forwarded email | [optional]
**to** | Option<**Vec<String>**> | To recipients for forwarded email | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)