Applies to: Exchange Server 2010 SP3, Exchange Server 2010 SP2
Topic Last Modified: 2009-11-18
You can identify a customized delivery status notification (DSN) message based on its syntax. The identity is the customized DSN message's GUID or a string that consists of the following values:
- Locale This variable specifies the
locale of the language that the DSN message is displayed in. For a
list of locale codes that you can use with the
New-SystemMessage command, see Supported Locales for
Use with System Messages.
- Internal or External This variable
specifies whether the DSN message is sent only to senders who are
part of the internal Microsoft Exchange Server 2010 organization or
also to senders outside the Exchange 2010 organization. You can use
the Internal option when you want to include a specific e-mail
contact or resolution in DSN messages sent to internal senders, but
don't want to expose that information to senders outside your
organization.
- DSN code This variable specifies the
DSN code of the customized DSN message.
The syntax of the DSN message identity is
<Locale>\<Internal or External>\<DSN
code>
.
For each DSN code, you can create more than one customized DSN message, which can target internal senders or external senders, and different locales. For example, the following table shows some of the possible configurations for the DSN code 5.1.2 and the corresponding DSN message identities.
Example DSN configurations and identities
DSN configuration | DSN identity |
---|---|
Display DSN messages to internal senders with an English (en) locale |
En\Internal\5.1.2 |
Display DSN messages to external senders with an English (en) locale |
En\External\5.1.2 |
Display DSN messages to internal senders with a Japanese (ja) locale |
Ja\Internal\5.1.2 |
Display DSN messages to external senders with a Japanese (ja) locale |
Ja\External\5.1.2 |