alerts/showMessageTextForIncomingConversation Element
Specifies whether to display the subject or message in conversation alerts.
alerts
showMessageTextForIncomingConversation Element
<showMessageTextForIncomingConversation
xmlns="https://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 2010 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 2010 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="https://schemas.microsoft.com/2006/09/sip/alerts">
<showMessageTextForIncomingConversation>false</showMessageTextForIncomingConversation>
</alerts>
Element Information
Namespace |
https://schemas.microsoft.com/2006/09/sip/options/alerts |
Schema Name |
Options-Alerts |
Validation File |
Options-Alerts.xsd |
Can be Empty |
False |