Enumerates the features supported by the client.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
[
FlagsAttribute]
public 
enum 
SupportedFeatures

Members

Member name Value Description
None 0
No features are supported.
DelegatorContexts 1
The delegator contexts feature is supported.
InstantMessageGif 2
The Gif format in IM is supported.
InstantMessageInk 4
The Ink serialized format (ISF) in IM is supported.
InstantMessageRtf 8
The Rich Text Format (Rtf) format in IM is supported.
InstantMessageHtml 16
The Html format in IM is supported.
PhonePairing 32
The desk phone pairing feature is supported.
ApplicationSharing 64
The application sharing feature is supported.
LegacyApplicationSharing 128
The legacy application sharing feature is supported.
ApplicationInvite 256
The application invite feature is supported.
Audio 512
The Voice over Internet Protocol feature is supported.
FileTransfer 1024
The file transfer feature in IM is supported.
Video 2048
The video feature is supported.
InstantMessage 4096
The Instant Messaging feature is supported.
Invalid -1

See Also