Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerates the possible modality capabilities for a contact.
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 ContactCapabilities
'Usage
Dim instance As ContactCapabilities
[FlagsAttribute]
public enum ContactCapabilities
Members
| Member name | Description | |
|---|---|---|
| ShowPresence | A contact presence state can be shown. | |
| CaptureInstantMessage | A contact can send instant messages. | |
| RenderInstantMessage | A contact can receive instant messages. | |
| CaptureAudio | A contact can send audio. | |
| RenderAudio | A contact can receive audio. | |
| CaptureVideo | A contact can send video. | |
| RenderVideo | A contact can receive video. | |
| CaptureAppShare | A contact can perform application sharing. | |
| RenderAppShare | A contact can view application sharing. | |
| Invalid |