DS 7.3.4

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
}

Origin

RFC 4517

Description

Other Mailbox

OID

1.3.6.1.4.1.1466.115.121.1.39

Copyright © 2010-2024 ForgeRock, all rights reserved.