# V1MeMailbox

A mailbox the authenticated API token can manage.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**resourceId** | **string** | Unique identifier of the mailbox. | [default to undefined]
**address** | **string** | Email address of the mailbox. | [default to undefined]

## Example

```typescript
import { V1MeMailbox } from '@hostinger/mail-sdk';

const instance: V1MeMailbox = {
    resourceId,
    address,
};
```

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