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.

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

Syntax

C#
public 
class 
InstantMessageModality : 
Modality

Inheritance Hierarchy

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

See Also