ContactCapabilities Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines Contact Capability types.
This enumeration supports a bitwise combination of its member values.
public enum class ContactCapabilities
[System.Flags]
public enum ContactCapabilities
type ContactCapabilities =
Public Enum ContactCapabilities
- Inheritance
-
ContactCapabilities
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
ShowPresence | 1 | A contact presence state can be shown. |
CaptureInstantMessage | 2 | A contact can send instant messages. |
RenderInstantMessage | 4 | A contact can receive instant messages. |
CaptureAudio | 8 | A contact can send audio. |
RenderAudio | 16 | A contact can receive audio. |
CaptureVideo | 32 | A contact can send video. |
RenderVideo | 64 | A contact can receive video. |
CaptureAppShare | 128 | A contact can perform application sharing. |
RenderAppShare | 256 | A contact can view application sharing. |