SupportedFeatures enumeration
Enumerates the supported features.
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 feature is supported. | |
DelegatorContexts | The delegator contexts feature is supported. | |
InstantMessageGif | The Gif format in IM is supported. | |
InstantMessageInk | The Ink serialized Format in IM is supported. | |
InstantMessageRtf | The 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. | |
Reserved1 | ||
Reserved2 | ||
Reserved3 | ||
Reserved4 | ||
Reserved5 | ||
Reserved6 | ||
Reserved7 | ||
Reserved8 | ||
Reserved9 | ||
Reserved10 | ||
Invalid |