InstantMessageModality class

Defines the instant messaging modality. It supports actions such as sending an instant message, checking or setting the composing (typing) flag, etc. This class exposes events such as messages being sent or received.

Inheritance hierarchy

System.Object
  System.MarshalByRefObject
    UCWBase
      UCWFull
        Microsoft.Lync.Model.Conversation.Modality
          Microsoft.Lync.Model.Conversation.InstantMessageModality

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

Syntax

'Declaration
Public Class InstantMessageModality _
    Inherits Modality
'Usage
Dim instance As InstantMessageModality
public class InstantMessageModality : Modality

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

InstantMessageModality members

Microsoft.Lync.Model.Conversation namespace