Standard commonly used message formats.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
<
FlagsAttribute> _
Public 
Enumeration 
InstantMessagingFormat
C#
[
FlagsAttribute]
public 
enum 
InstantMessagingFormat
Visual C++
[
FlagsAttribute]
public 
enum class 
InstantMessagingFormat
JavaScript

Microsoft.Rtc.Collaboration.InstantMessagingFormat = 
function();

Microsoft.Rtc.Collaboration.InstantMessagingFormat.createEnum('

Microsoft.Rtc.Collaboration.InstantMessagingFormat', true);

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.

See Also