RoomMessageDictionary class

A key/value pairing of a message format enumerator and actual message text.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWLite
        Microsoft.Lync.Model.Room.RoomMessageDictionary

Namespace:  Microsoft.Lync.Model.Room
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Class RoomMessageDictionary _
    Inherits UCWLite
'Usage
Dim instance As RoomMessageDictionary
public class RoomMessageDictionary : UCWLite

Remarks

The RoomMessageDictionary contains a collection of Microsoft.Lync.Model.Room.RoomMessageFormat objects. To send a message to a room, you must add at least one key/value pair where the key is RoomMessageFormat.PlainText. You may also add another key/value pair where the key is RoomMessageFormat.Rtf

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

RoomMessageDictionary members

Microsoft.Lync.Model.Room namespace