al:alertsWhenDoNotDisturb

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains the alerts options when the presence status is Do Not Disturb.

Syntax

<al:alertsWhenDoNotDisturb 
    xmlns:al="http://schemas.microsoft.com/2006/09/sip/alerts">
   ...
</al:alertsWhenDoNotDisturb>

Attributes

None

Parent Element

Element Description

al:alerts

The alerts element.

Child Elements

None

Remarks

The content of this element is an XML token and can be one of the following values:

Token Description

displayAllAlerts

Display conversation alerts from other people in the user's Team access level. Display tag alerts and other alert types regardless of the contact type.

displayAlertsFromHighPresence.

Display conversation alerts only from other people in the user's Team access level.

noAlerts

Do not display any alerts.

The default value is displayAllAlerts.

Examples

XML Example 1 of the alertsWhenDoNotDisturb Element

<?xml version="1.0" encoding="utf-8" ?>
<al:alerts 
   xmlns:al="http://schemas.microsoft.com/2006/09/sip/options/alerts">     <al:alertsWhenDoNotDisturb>displayAlertsFromHighPresence</al:alertsWhenDoNotDisturb>
</al:alerts>