InstantMessagingFormat Enumeration
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 | ||
All | Supports all the formats above. |