Enumerates the instant messaging capabilities.

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

Syntax

C#
[
FlagsAttribute]
public 
enum 
InstantMessageCapabilities

Members

Member name Value Description
CanRenderIsf 1
Supports Ink Serialized Format (ISF) format.
CanRenderGif 2
Supports graphics interchange format (GIF) format.
CanRenderRtf 4
Supports rich text format (RTF) format.
SupportMime 8
Supports multi-purpose internet mail extension (MIME) format.
CanRenderHtml 16
Supports hypertext markup language (HTML) format.
Invalid -1

See Also