---
title: Other Mailbox
description: Values of this syntax hold electronic mail addresses for a particular mail system.
component: pingds
version: 8.1
page_id: pingds:schemaref:s-OtherMailbox
canonical_url: https://docs.pingidentity.com/pingds/8.1/schemaref/s-OtherMailbox.html
---

# Other Mailbox

Values of this syntax hold electronic mail addresses for a particular mail system.

The syntax follows this ABNF:

```
OtherMailbox = mailbox-type DOLLAR mailbox
mailbox-type = PrintableString
mailbox      = IA5String
```

The `mailbox-type` identifies the mail system. The `mailbox` identifies the mail box within the system.

The syntax corresponds to this ASN.1 type, assuming EXPLICIT TAGS:

```
OtherMailbox ::= SEQUENCE {
mailboxType  PrintableString,
mailbox      IA5String
}
```

|               |                                                           |
| ------------- | --------------------------------------------------------- |
| *OID*         | 1.3.6.1.4.1.1466.115.121.1.39                             |
| *Description* | Other Mailbox                                             |
| *Origin*      | [RFC 4517](https://datatracker.ietf.org/doc/html/rfc4517) |
