Standard commonly used message formats.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration InstantMessagingFormat
'Usage
Dim instance As InstantMessagingFormat
[FlagsAttribute]
public enum InstantMessagingFormat
Members
| Member name | Description | |
|---|---|---|
| PlainText | text/plain | |
| RichTextFormat | rtf | |
| Ink | application/x-ms-ink | |
| Gif | image/gif | |
| MimeAlternate | multipart/alternative | |
| HtmlText | text/html | |
| All | Supports all the formats above. |