al:alerts

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.

Holds roaming options for alerts configuration on a client.

Syntax

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

Attributes

Attribute

Data Type

Description

majorVersion

int

optional

minorVersion

int

optional

Parent Element

Element

Description

None

This is a top-level element in the enhanced schemas. However, it may be enveloped by an application- or API-specific parent element.

Child Elements

Element

Occurrence

Description

al:notifyAdditionToContactList

0 or 1

Specifies whether to notify me (true) or not (false) when someone adds me to his or her contact list.

al:showMessageTextForIncomingConversation

0 or 1

Specifies whether to display message text in incoming instance message alerts (true) in the case of displaying conversation alerts, or not (false).

al:alertsWhenDoNotDisturb

0 or 1

Specifies desired alert options when my status is Do Not Disturb.

ct:delimiter

0 or more

Beginning marker for a schema extension.

ct:end

0 or 1

Ending marker for the schema extension.

ct:extension

0 or 1

Marker for a custom extension.

Remarks

The options correspond to the choices a user can set from the Alerts tab in the Options menu supported by Office Communicator 2007 R2.

The element supports schema extensions as well as custom extension and can have a custom attribute of any type.

Examples

XML Example of the alerts Element

<al:alerts 
     xmlns="http://schemas.microsoft.com/2006/09/sip/options/alerts">
   <al:alertsWhenDND>displayAlertsFromHighPresence</al:suspendSoundWhenDND>
</al:alerts>