SupportedFeatures Enum

Definition

Enumerates the supported features.

This enumeration supports a bitwise combination of its member values.

public enum class SupportedFeatures
[System.Flags]
public enum SupportedFeatures
type SupportedFeatures = 
Public Enum SupportedFeatures
Inheritance
SupportedFeatures
Attributes

Fields

ApplicationInvite 256

The application invite feature is supported.

ApplicationSharing 64

The application sharing feature is supported.

Audio 512

The Voice over Internet Protocol feature is supported.

DelegatorContexts 1

The delegator contexts feature is supported.

FileTransfer 1024

The file transfer feature in IM is supported.

InstantMessage 4096

The Instant Messaging feature is supported.

InstantMessageGif 2

The Gif format in IM is supported.

InstantMessageHtml 16

The Html format in IM is supported.

InstantMessageInk 4

The Ink serialized Format in IM is supported.

InstantMessageRtf 8

The Rtf format in IM is supported.

Invalid -1
LegacyApplicationSharing 128

The legacy application sharing feature is supported.

None 0

No feature is supported.

PhonePairing 32

The desk phone pairing feature is supported.

Reserved1 8192
Reserved10 -1
Reserved2 16384
Reserved3 32768
Reserved4 65536
Reserved5 131072
Reserved6 262144
Reserved7 524288
Reserved8 1048576
Reserved9 2097152
Video 2048

The video feature is supported.

Applies to