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.
Gets or sets the presence endpoint IM (text) capability of the presentity.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property InstantMessagingSupport As CapabilitySupport
Get
Set
'Usage
Dim instance As PreferredServiceCapabilities
Dim value As CapabilitySupport
value = instance.InstantMessagingSupport
instance.InstantMessagingSupport = value
public CapabilitySupport InstantMessagingSupport { get; set; }
Property Value
Type: Microsoft.Rtc.Collaboration.CapabilitySupport
Remarks
By default, this property is set to CapabilitySupport.Default is set and the behaviour is to publish the IM service/device capabilities if supported by the platform.
See Also
Reference
PreferredServiceCapabilities Class