mailslurp 8.2.4

Official MailSlurp Email API Client
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CreateOwnedAliasOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email_address** | Option<**String**> | Email address to be hidden behind alias | [optional]
**inbox_id** | Option<**String**> | Optional inbox ID to attach to alias. Emails received by this inbox will be forwarded to the alias email address | [optional]
**name** | Option<**String**> | Optional name for alias | [optional]
**proxied** | Option<**bool**> | Optional proxied flag. When proxied is true alias will forward the incoming emails to the aliased email address via a proxy inbox. A new proxy is created for every new email thread. By replying to the proxy you can correspond with using your email alias without revealing your real email address. | [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)