Share via


Services.InstantMessagingEnabled Property

Gets whether this presentity is capable of supporting an instance messaging (IM) conversation.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property InstantMessagingEnabled As ServiceCapabilitySupport
    Get
'Usage
Dim instance As Services
Dim value As ServiceCapabilitySupport

value = instance.InstantMessagingEnabled
public ServiceCapabilitySupport InstantMessagingEnabled { get; }

Property Value

Type: Microsoft.Rtc.Collaboration.Presence.ServiceCapabilitySupport

Remarks

If there are multiple instances of the same capability, then if any of them are enabled for render/capture, then the capability is considered enabled. If there is no entry for this capability in the notification, it would have the value ServiceCapabilitySupport.Unknown.

See Also

Reference

Services Class

Services Members

Microsoft.Rtc.Collaboration.Presence Namespace