InstantMessageContentType enumeration

Enumerates the InstantMessage content types

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

Syntax

'Declaration
Public Enumeration InstantMessageContentType
'Usage
Dim instance As InstantMessageContentType
public enum InstantMessageContentType

Members

Member name Description
PlainText IM content is in Plain text format .
Html IM content is in Html format.
RichText IM content is in Rich text format .
Gif IM content is in Gif (Graphics Interchange Format) format.
Ink IM content is in ink format.
Unknown IM content format is unknown.
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation namespace