InstantMessageContentType Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the InstantMessage content types
public enum class InstantMessageContentType
C#
public enum InstantMessageContentType
type InstantMessageContentType =
Public Enum InstantMessageContentType
- Inheritance
-
InstantMessageContentType
Name | Value | Description |
---|---|---|
Invalid | -1 | |
PlainText | 0 | IM content is in Plain text format . |
Html | 1 | IM content is in Html format. |
RichText | 2 | IM content is in Rich text format . |
Gif | 3 | IM content is in Gif (Graphics Interchange Format) format. |
Ink | 4 | IM content is in ink format. |
Unknown | 5 | IM content format is unknown. |
Produkt | Versioner |
---|---|
Lync client | latest |