InstantMessagingFormat 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.
Standard commonly used message formats.
This enumeration supports a bitwise combination of its member values.
public enum class InstantMessagingFormat
C#
[System.Flags]
public enum InstantMessagingFormat
type InstantMessagingFormat =
Public Enum InstantMessagingFormat
- Inheritance
-
InstantMessagingFormat
- Attributes
Name | Value | Description |
---|---|---|
PlainText | 1 | text/plain |
RichTextFormat | 2 | rtf |
Ink | 4 | application/x-ms-ink |
Gif | 8 | image/gif |
MimeAlternate | 16 | multipart/alternative |
HtmlText | 32 | text/html |
All | 63 | Supports all the formats above. |
Producto | Versiones |
---|---|
Lync UCMA | 4.0, 5.0, latest |