alerts/showMessageTextForIncomingConversation element
Applies to: Lync 2013 | Lync Server 2013
Specifies whether to display the subject or message in conversation alerts.
alerts category instance value element
showMessageTextForIncomingConversation Element
<showMessageTextForIncomingConversation
xmlns="http://schemas.microsoft.com/2006/09/sip/alerts">Boolean</showMessageTextForIncomingConversation>
Boolean
Attributes and elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None
Child elements
None
Parent elements
Element |
Description |
---|---|
An alerts category instance. |
Text value
True or False
Remarks
Microsoft Lync 2013 publishes this element when the user selects Display subject or message in conversation alerts from the Alerts option in the Lync Options dialog box. By default, Lync 2013 sets this value to true.
Example
The XML code snippet shows an alerts category instance value that indicates that the user will not be shown the subject or message text in conversation alerts.
<alerts xmlns="http://schemas.microsoft.com/2006/09/sip/alerts">
<showMessageTextForIncomingConversation>false</showMessageTextForIncomingConversation>
</alerts>
Element information
Namespace |
http://schemas.microsoft.com/2006/09/sip/options/alerts |
Schema Name |
Options-Alerts |
Validation File |
Options-Alerts.xsd |
Can be Empty |
False |