SupportedFeatures Enumeration
Enumerates the features supported by the client.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration SupportedFeatures
'Usage
Dim instance As SupportedFeatures
[FlagsAttribute]
public enum SupportedFeatures
Members
Member name | Description | |
---|---|---|
None | No features are supported. | |
DelegatorContexts | The delegator contexts feature is supported. | |
InstantMessageGif | The Gif format in IM is supported. | |
InstantMessageInk | The Ink serialized format (ISF) in IM is supported. | |
InstantMessageRtf | The Rich Text Format (Rtf) format in IM is supported. | |
InstantMessageHtml | The Html format in IM is supported. | |
PhonePairing | The desk phone pairing feature is supported. | |
ApplicationSharing | The application sharing feature is supported. | |
LegacyApplicationSharing | The legacy application sharing feature is supported. | |
ApplicationInvite | The application invite feature is supported. | |
Audio | The Voice over Internet Protocol feature is supported. | |
FileTransfer | The file transfer feature in IM is supported. | |
Video | The video feature is supported. | |
InstantMessage | The Instant Messaging feature is supported. | |
Invalid |